Hi all,
I'm trying to install pywin32 build 217 for python 3.3 on my Vista machine.
The same machine has Python 2.7 and 3.2 including the respective pywin
versions installed. Python 3.3 is the recent official release. Its install
went smoothly.
The postinstall script shows a traceback:
Traceback (most recent call last):
File "<string>", line 612, in <module>
File "<string>", line 322, in install
File "<string>", line 160, in LoadSystemModule
File "C:\Python33\lib\imp.py", line 158, in load_module
raise ValueError(msg)
ValueError: file object required for import (type code 3)
When I ignore the error and try to start pythonwin.exe (from
C:\Python33\Lib\site-packages\pythonwin\Pythonwin.exe) it will not start,
saying it's unable to "find win32ui.pyd (or python) (126)". However,
apparently win32ui.pyd is alongside Pythonwin.exe in
C:\Python33\Lib\site-packages\pythonwin. Copying python.exe from C:\Python33
to C:\Python33\Lib\site-packages\pythonwin did not help.
Any ideas?
Thanks,
Patrick
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32