Hickory Posted July 7, 2011 Share Posted July 7, 2011 basher.py is a Python file. It is a text file that can be edited with Notepad++ (free). You will find it in the \Mopy\Bash\ folder. Open up Notepad++ and drag basher.py on to it (don't double click it). Make the suggested changes and save. I'm unsure if I have the correct 'basher.py' file because when I installed Wrye Bash it didn't come with it, so I downloaded it through having found it through Google. On the REL BOSS page it says to alter some code on line 14293, but on mine when I open it in Notepad++ it only goes up to 9744. Are you running the standalone version of Wrye Bash? If so, that is experimental, and you should install Wrye Python (from the Nexus page) and use the Python version. Link to comment Share on other sites More sharing options...
Kelranox Posted July 7, 2011 Author Share Posted July 7, 2011 Alright, downloaded that and changed the proper code in the basher.py file, however the issues still exist. I may be missing something and I assure you I'm not trying to make this complicated, but that's indeed how it's turning out @_@ Link to comment Share on other sites More sharing options...
Hickory Posted July 7, 2011 Share Posted July 7, 2011 Now that you have installed Wrye Python 4a (you did that, right?), are you running Wrye Bash from the Wrye Bash Launcher.pyw file? Link to comment Share on other sites More sharing options...
Kelranox Posted July 7, 2011 Author Share Posted July 7, 2011 (edited) When I downloaded and ran Python 4a that only installed Python and didn't give me the files necessary to change the code. So, I downloaded the archive version of Wrye Bash 293. Anyway, when opening the Wrye Bash Launcher.pye, I'm met with this: # GPL License and Copyright Notice ============================================# This file is part of Wrye Bash.## Wrye Bash is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## Wrye Bash is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with Wrye Bash; if not, write to the Free Software Foundation,# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.## Wrye Bash copyright © 2005, 2006, 2007, 2008, 2009 Wrye## ============================================================================= """This module starts the Wrye Bash application in GUI mode.""" import bashimport bolt #For Wrye Bash Launcher.pyw, default to debug mode Offbolt.deprintOn = False if __name__ == '__main__': bash.main() And yes, I downloaded all of this off of the proper Nexus page. Edited July 7, 2011 by Kelranox Link to comment Share on other sites More sharing options...
Hickory Posted July 7, 2011 Share Posted July 7, 2011 That is the contents of the Wrye Bash launcher. Did you open it in Notepad or something? The .pyw extension needs to be associated with Python for Windows, so that when you double click on a .pyw file it is launched like a program. Right click on the Wrye Bash Launcher.pyw file and select 'Open With...'. In the dialog box that pops up choose pythonw.exe, and make sure that 'Always use the selected program...' is checked and press 'OK'. Link to comment Share on other sites More sharing options...
Kelranox Posted July 7, 2011 Author Share Posted July 7, 2011 I know I have the program on my computer, but for some reason when I click Pythonw.exe nothing happens. >.> Link to comment Share on other sites More sharing options...
Hickory Posted July 7, 2011 Share Posted July 7, 2011 I know I have the program on my computer, but for some reason when I click Pythonw.exe nothing happens. >.> Ok, go to Control Panel -> Uninstall Programs and uninstall anything in there to do with Python 27, Python 27 pywin, Python 27 comtypes and wxPython. When you have done that, re-install Wrye Python 04a. Something has messed up your file associations. When you have done that, double click on the Wrye Bash Launcher.pyw file in your mopy folder. Link to comment Share on other sites More sharing options...
Kelranox Posted July 7, 2011 Author Share Posted July 7, 2011 Did that and got the same result. Link to comment Share on other sites More sharing options...
Hickory Posted July 8, 2011 Share Posted July 8, 2011 You may need to present your problem to the Wrye Bash team in the official Bethsoft forum. Did that and got the same result. Link to comment Share on other sites More sharing options...
Recommended Posts