create pywintypes.CreateGuid() compatible guids on Linux ?

GHUM haraldarminmassa at gmail.com
Tue Nov 27 14:09:47 EST 2007


Hello,

I created lots of guids via  pywintypes.CreateGuid()  on windows.

Now I would like to run the same software on Linux / Solaris /
FreeBSD.

So I should produce "compatible" GUIDS on that systems. "compatible"
having the meaining: "Providing similiar likelehood of collisions".

of course "google python guid" leads directly to
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/163604,
but ... will it blend?

any ideas what could help me to research?

Harald



More information about the Python-list mailing list