Re: Problem with win32net on Windows 2K

2005-01-27 Thread Kartic
Thomas, I have a Win2K machine and win32net imports just fine. Here is what I did - started python shell with the -v switch and imported win32net. This is what it says: py>>> import win32net # c:\python24\lib\encodings\cp437.pyc matches c:\python24\lib\encodings\cp437.py import encodings.cp437 #

Problem with win32net on Windows 2K

2005-01-27 Thread Read Roberts
I am trying to use win32net on a Windows 2000 Japanese system, and discover that it won't import. I found a message describing the problem (see below) but can't find any response, and don't see a bug report on the SourceForge site for this. . Can anyone tell me if this has ben fixed? An early