On Sun, 14 Oct 2012 16:17:10 +0300, Patrick Vrijlandt <nieuws...@xs4all.nl> 
wrote:

I'm trying to install pywin32 build 217 for python 3.3 on my Vista machine.
...
The postinstall script shows a traceback:
...
  File "C:\Python33\lib\imp.py", line 158, in load_module

    raise ValueError(msg)

ValueError: file object required for import (type code 3)

It's a known bug; probably something to do with the new import functionality in 
Python 3.3:
<http://sourceforge.net/tracker/?func=detail&aid=3566104&group_id=78018&atid=551954>

As stated in the report, the fix is already in the the latest revision of 
pywin32. If you can't wait for the next release, you could try building it 
yourself.
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to