[python-win32] pywin32 install error?

Kurt Schwarz kurtschwarz at gmail.com
Sat Oct 24 16:29:37 CEST 2009


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20091024/39443a43/attachment.htm>


More information about the python-win32 mailing list