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 ...

+ Reply to Thread
Results 1 to 2 of 2

create pywintypes.CreateGuid() compatible guids on Linux ?

  1. Default 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

  2. Default 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.

+ Reply to Thread

Similar Threads

  1. eclipse pywintypes.com_error
    By Application Development in forum Python
    Replies: 8
    Last Post: 12-07-2007, 10:15 AM
  2. Replies: 0
    Last Post: 09-13-2007, 04:23 PM
  3. Replies: 1
    Last Post: 07-08-2007, 12:08 PM
  4. CORRECTION: Adobe CS: Save Without"Create PDF Compatible File" Option
    By Application Development in forum Adobe illustrator
    Replies: 0
    Last Post: 05-03-2007, 04:35 AM
  5. XML Bulk Load: Can I create GUIDS for the PKs automatically?
    By Application Development in forum XML SOAP
    Replies: 3
    Last Post: 06-10-2005, 01:57 PM