I find the same problem reported, with more detail, on the py2exe user list, where Thomas Heller commented on 2004-08-26 :
Here"s the rest of the trackback:
> File "netbios.pyc", line 1, in ? > File "win32wnet.pyc", line 9, in ? > File "win32wnet.pyc", line 7, in __load > ImportError: DLL load failed: The specified procedure could not be found.
The procedure entry point LsaLookupNames2 could not be located in the dynamic link library ADVAPI32.dll
This looks like the win32net Python extension requires the LsaLookupNames2 function in ADVAPI32, but this is only available in WinXP and Win2003 Server, according to MSDN, preventing to use win32net on win2k. You should report this to Mark Hammond, and maybe use a later version of pywin32 for now.
Thomas -- http://mail.python.org/mailman/listinfo/python-list