Hello,
I attempted to install pywin32 build 214 for Python 3.1.1 and I recieve this
trackback after the install completes:
Traceback (most recent call last):
File "<string>", line 601, in <module>
File "<string>", line 329, in install
File "<string>", line 15, in write
AttributeError: 'NoneType' object has no attribute 'write'
If I try to import a pywin32 module I get this ImportError:
import win32gui
ImportError: DLL load failed: The specified module could not be found.
Anyone know how to correct this?
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32