empPill Posted September 21, 2010 Share Posted September 21, 2010 Ive read a guide and it said if I cant find my solution there I should post here !Im running windows 7 home 64 bit Traceback (most recent call last): File "D:\Progarm\Oblivion\Mopy\Wrye Bash Launcher.pyw", line 94, in <module> main() File "D:\Progarm\Oblivion\Mopy\Wrye Bash Launcher.pyw", line 83, in main app = basher.BashApp() File "C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line 7978, in __init__ self._BootstrapApp() File "C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line 7552, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "D:\Progarm\Oblivion\Mopy\basher.py", line 3678, in OnInit size=settings['bash.frameSize']) File "D:\Progarm\Oblivion\Mopy\basher.py", line 3066, in __init__ self.notebook = notebook = BashNotebook(self,-1) File "D:\Progarm\Oblivion\Mopy\basher.py", line 2991, in __init__ self.AddPage(MessagePanel(self),_("PM Archive")) File "D:\Progarm\Oblivion\Mopy\basher.py", line 2734, in __init__ import wx.lib.iewin File "C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\lib\iewin.py", line 15, in <module> import wx.lib.activex File "C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\lib\activex.py", line 36, in <module> import comtypesImportError: No module named comtypes this is what my bash.txt says THANK YOU FOR THE HELP! Link to comment Share on other sites More sharing options...
Hickory Posted September 21, 2010 Share Posted September 21, 2010 Do you have a C:\Python26\lib\site-packages\Comtypes\ folder? If there is no Comtypes folder, you have a problem with your Python install. Link to comment Share on other sites More sharing options...
ArmeniusLOD Posted September 22, 2010 Share Posted September 22, 2010 Did you grab the newest Wrye Python 03a package from 8/15/2010? It says it fixed an install problem where certain files weren't being installed correctly. Link to comment Share on other sites More sharing options...
PacificMorrowind Posted September 23, 2010 Share Posted September 23, 2010 to fix that either install the latest version of Bash (that avoids that error but disables a tiny bit of functionality)or install Comtypes (available in the Wrye Python 03 package or individually of the internet)Pacific Morrowind Link to comment Share on other sites More sharing options...
Recommended Posts