cannot start pythonwin
Mark Hammond
mhammond at skippinet.com.au
Sat Feb 23 19:35:57 EST 2002
More information about the Python-list mailing list
Sat Feb 23 19:35:57 EST 2002
- Previous message (by thread): Is there a python parser generator that is similar to JavaCCfrom webgain?
- Next message (by thread): cannot start pythonwin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
zvonko wrote: > i've just installed python 2.2 and the pythonwin extensions. > however, when i try to start pythonwin, i get the following error: > > > The application cannot locate win32ui.pyd (1157) > > but the file is in the same directory where the pythonwin is. This is probably because you installed Python itself for the current user, rather than for the entire machine. In this scenario, win32all usually fails to install right at the end. The workaround is to move python22.dll from your Python directory into your SYSTEM32 directory, then reinstall win32all. Mark.
- Previous message (by thread): Is there a python parser generator that is similar to JavaCCfrom webgain?
- Next message (by thread): cannot start pythonwin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list