Sunday, October 16, 2005

Guids - again

# You can create a GUID in python interpreter doing:
# >>> import pythoncom; pythoncom.CreateGuid()


That simple? :D