[Python-Dev] UUID module
"Martin v. Löwis"
martin at v.loewis.de
Sat Jun 10 22:01:21 CEST 2006
More information about the Python-Dev mailing list
Sat Jun 10 22:01:21 CEST 2006
- Previous message: [Python-Dev] UUID module
- Next message: [Python-Dev] UUID module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Moore wrote: > On 6/10/06, Ka-Ping Yee <python-dev at zesty.ca> wrote: >> ...so i looked at PEAK's getnodeid48() routine and borrowed the >> Win32 calls from there, with a comment giving attribution to PEAK. > > Instead of using pywin32, could you use ctypes, as that's part of core > Python? It looks like the only Win32 API you use is CoCreateGUID, so > wrapping it should be doable... http://docs.python.org/dev/lib/module-msilib.html#l2h-5633 Regards, Martin
- Previous message: [Python-Dev] UUID module
- Next message: [Python-Dev] UUID module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list