So yeah, whenever I try to start Wrye Bash I get this in the BugDump: Found Python at 'C:\Python25\python.exe' Launching Wrye Bash in debug mode Wrye Bash starting Traceback (most recent call last): File "Wrye Bash Launcher.pyw", line 29, in <module> bash.main() File "C:\Program Files (x86)\Bethesda Softworks\Oblivion\Mopy\bash\bash.py", line 189, in main if opts.debug: dump_environment() File "C:\Program Files (x86)\Bethesda Softworks\Oblivion\Mopy\bash\bash.py", line 167, in dump_environment print "Python version: %d.%d.%d" % (sys.version_info.major, sys.version_info.minor, sys.version_info.micro) AttributeError: 'tuple' object has no attribute 'major' I already fixed bash_default to include oblivion's install path, but now this is what it comes up with. Any suggestions? I can't make much sense of it. Thanks in advance guys!