[Python-Dev] UUID module

Paul Moore p.f.moore at gmail.com
Sat Jun 10 17:01:07 CEST 2006


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

Paul.


More information about the Python-Dev mailing list