create pywintypes.CreateGuid() compatible guids on Linux ? - Python
This is a discussion on create pywintypes.CreateGuid() compatible guids on Linux ? - Python ; 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 ...
-
create pywintypes.CreateGuid() compatible guids on Linux ?
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/Coo.../Recipe/163604,
but ... will it blend?
any ideas what could help me to research?
Harald
-
Re: create pywintypes.CreateGuid() compatible guids on Linux ?
On Nov 27, 2007 1:09 PM, GHUM <haraldarminmassa@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/Coo.../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.
Similar Threads
-
By Application Development in forum Python
Replies: 8
Last Post: 12-07-2007, 10:15 AM
-
By Application Development in forum CSharp
Replies: 0
Last Post: 09-13-2007, 04:23 PM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 07-08-2007, 12:08 PM
-
By Application Development in forum Adobe illustrator
Replies: 0
Last Post: 05-03-2007, 04:35 AM
-
By Application Development in forum XML SOAP
Replies: 3
Last Post: 06-10-2005, 01:57 PM