Svamp3b0b Posted October 21, 2012 Share Posted October 21, 2012 (edited) Found Python at 'C:\Python27\python.exe' Launching Wrye Bash in debug mode C:\Users\Andy\Documents\Oblivion\Mopy\bash\bolt.py:259: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if language.lower() == u'german': language = u'de'Traceback (most recent call last): File "Wrye Bash Launcher.pyw", line 32, in <module> from bash import bash File "C:\Users\Andy\Documents\Oblivion\Mopy\bash\bash.py", line 40, in <module> import bolt File "C:\Users\Andy\Documents\Oblivion\Mopy\bash\bolt.py", line 294, in <module> initTranslator(bass.language) File "C:\Users\Andy\Documents\Oblivion\Mopy\bash\bolt.py", line 261, in initTranslator for ext in (u'.txt',u'.po',u'.mo')) File "C:\Users\Andy\Documents\Oblivion\Mopy\bash\bolt.py", line 261, in <genexpr> for ext in (u'.txt',u'.po',u'.mo'))UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 15: ordinal not in range(128) This is the BashBugDump of wrye bash. I don't understand what the problem is and how to fix this. I'm sure I installed Wrye Python and Bash the right way.wrye bash launcher. pyw just wont start.I installed Wrye Python 06 first and then Wrye Bash 300 which I found here on Nexus. I appreciate any kind of help. Edited October 21, 2012 by Svamp3b0b Link to comment Share on other sites More sharing options...
dubiousintent Posted October 21, 2012 Share Posted October 21, 2012 The best place to ask questions about Wrye Bash is in the official Wrye Bash support thread. But you need to provide more details about which version of WB you are using and whether you are using the Standalone executable or which Python library you have installed (which it looks like you are using some variant of 2.7.x). You should have the Wrye Python v6 package installed, which is at Python v2.7.3, I believe. You may also want to check that the system PYTHONPATH environmental variable is set with the correct library version path (from the command line just enter "set" and look through the list), and the ".pyw" file extension is associated with the correct version of the "pythonw.exe" file. (python.exe is the command line version, used by the BashBugDump script; pythonw.exe is the windows version of the executable normally used.) I'm going to guess you are running Oblivion under a language other than English. If so, 1) as a workaround: Rightclick on your "Wrye Bash.exe" and choose "Create Shortcut". Rightclick the newly-created "Wrye Bash.exe - Shortcut" and choose properties. At the end of the "Target:"-field append "-L English". Then start Wrye Bash using the shortcut. That will hopefully work around the bug; and then 2) report the issue to the WB thread so they can figure out why your language wasn't recognized. Include the BashBugDump info. -Dubious- Link to comment Share on other sites More sharing options...
Recommended Posts