Hello,
I need to read newly generated uuid from Python
but I am not sure if
is the right code
Maybe there is already the library in Python 2.3
Maybe I can use the one generated with
uuidgen
under cygwin
but this would not be portable
In this last case I would like to know how can I capture the output of
uuidgen
so I can use it in my script
Thank you if you know the answer !
Cheers,
Marcello
I need to read newly generated uuid from Python
but I am not sure if
is the right code
Maybe there is already the library in Python 2.3
Maybe I can use the one generated with
uuidgen
under cygwin
but this would not be portable
In this last case I would like to know how can I capture the output of
uuidgen
so I can use it in my script
Thank you if you know the answer !
Cheers,
Marcello
Comment