Jump to content

Wrye Bash, Comtype error?


Noyoko

Recommended Posts

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 comtypes

ImportError: 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!

Link to comment
Share on other sites

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 comtypes

ImportError: 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.

Link to comment
Share on other sites

  • 3 months later...
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.
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...