| Store | Cart

create pywintypes.CreateGuid() compatible guids on Linux ?

From: Chris Mellon <arka...@gmail.com>
Tue, 27 Nov 2007 13:23:15 -0600
On Nov 27, 2007 1:09 PM, GHUM <haraldarminmassa at gmail.com> wrote:
> 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?>


The uuid module, in Python 2.5 and up,  provides RFC compliant UUID
generation. See the module docs and the RFC for details.

Recent Messages in this Thread
GHUM Nov 27, 2007 07:09 pm
Chris Mellon Nov 27, 2007 07:23 pm
Messages in this thread