Noyoko Posted May 29, 2010 Posted May 29, 2010 So up until recently I had a version of Wrye Bash (included in the FCOM i had downloaded) working. Everything was fine until I downloaded a OpenRPG (unrelated program) which included an updated version of either Python, wxPython or both. Now Wrye Bash wouldn't work so I downloaded an updated version of Wrye Bash, installed that, then installed uninstalled Python/wxPython and installed the Wrye Python pack and then Wrye Bash. Wrye Bash won't start and after checking the Bash.log I see import wx.lib.activex File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\lib\activex.py", line 36, in <module> import comtypesImportError: No module named comtypes towards the bottom. Also I notice in the same folder Wrye Bash Launcher under type it says Python File (No console)....I have no idea what's wrong.Some backround info, the FCOM download I got off of a different site, and apparently was somewhat old, so that's why I think the Wrye error happened partially. Any help on this would be greatly appreciated!
Shadowfen Posted May 30, 2010 Posted May 30, 2010 On 5/29/2010 at 7:03 AM, Noyoko said: So up until recently I had a version of Wrye Bash (included in the FCOM i had downloaded) working. Everything was fine until I downloaded a OpenRPG (unrelated program) which included an updated version of either Python, wxPython or both. Now Wrye Bash wouldn't work so I downloaded an updated version of Wrye Bash, installed that, then installed uninstalled Python/wxPython and installed the Wrye Python pack and then Wrye Bash. Wrye Bash won't start and after checking the Bash.log I see import wx.lib.activex File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\lib\activex.py", line 36, in <module> import comtypesImportError: No module named comtypes towards the bottom. Also I notice in the same folder Wrye Bash Launcher under type it says Python File (No console)....I have no idea what's wrong.Some backround info, the FCOM download I got off of a different site, and apparently was somewhat old, so that's why I think the Wrye error happened partially. Any help on this would be greatly appreciated! Look for the existence of a directory "C:\Python26/lib/site-packages\comtypes" with a number of files and directories in it. If it is not there, then you had a problem during the wrye python bundle install and the comtypes package did not install itself properly.
sirwho Posted September 8, 2010 Posted September 8, 2010 I had a similar problem myself. It ended up I had a python 27 folder and a python 26 folder. The python 27 folder had the comtypes folder in it but the 26 one didn't. I just copy/pasted the one from python 27 into the correct directory in python 26 and it started up.
Adama13 Posted September 16, 2010 Posted September 16, 2010 I had the same problem. Copied and pasted comtypes and now runs beautifully. Thanks to all that know what they are doing and helps out.
Recommended Posts