@ WalkerInShadows:
Simple solution:
- Uninstall all traces of Python from the Add/Remove Programs part of your control panel (wxPython, pywin23, comtypes)
- Download and run Wrye Python 03a from the http://tesnexus.com/downloads/file.php?id=22368
- Make sure you wait for all of the installers to finish
- Install Wrye Bash
- Run Wrye Bash
That being said, if you still don't want to do it the easy way, my much too long explination follows. This will be the last time I do something like this, I'm getting very tired of spelling things out for everyone. I think from now on my response will be one of 3 things:
- A link to the OP
- A link to the current readme, installation section
- A smarmy remark. Possibly advice to take a hammer to your computer or reformat you harddrive unknowingly
Edit: don't take this personally, I've just answered these questions that are more of basic usage of DOS (fake DOS at least) or usage of other programs, and I am getting worn out answering the same questions the same way over and over again.
Not for me, it won't - it says "wrye" is not a recognized command or file. I can't even CD to E: (which is where my Wrye Bash is installed), and using the command as written in the readme won't work either. My guess is, I'm missing a dll (I recently did an OS reinstall to get rid of a virus, and I've had to add some since), but which one?
I guess I have to step this through for you...
Assuming you have python installed correctly, you should be able to just navigate to your Wrye Bash directory and run Wrye Bash Debug.py without specifying what to run it with. Assuming Wrye Bash is installed in E:\Program Files\Bethesda Softworks\Oblivion\Mopy (in this example) and you're starting from the C drive that would be:
E:cd "Program Files"cd "Bethesda Softworks"cd Oblivioncd Mopy"Wrye Bash Debug.py"
As a pointer, you don't even have to type the whole name to do this easy. Just start typing the first part of it, then us TAB to auto complete. So for me When I'm at my C drive, i just type
cd Pr
TAB and it auto completes to:
cd "Program Files"
Then I press TAB again to get it to auto complete to:
cd "Program Files (x86)"
If all of that doesn't work, maybe your python isn't installed normally, so you might have to launch it with python. So say in the example above, python is installed to C:\Python27. You would then type:
"C:\Python27\python.exe" "E:\Program Files\Bethesda Softworks\Oblivion\Wrye Bash Debug.py"
Notice the quotations. Technically they're not required for the first half, but the second half needs them because of the spaces in "Program Files", "Bethesda Softworks", and "Wrye Bash Debug"
Correction: Couldn't find a site that would actually let me download it. I found one that had a ton of mirrors, but none of them seemed to work, and I can't get it from Sourceforge (or at least, I can't find a download link). I don't really need it anyway, since it's just for BAIN.
Click on the link
Click on the second link in the grey menu looking link area that says "Files"
Click the folder that says "pywin32"
Click the folder that says "Build216" (or if you really want a different version, click a different folder...)
That will bring you http://sourceforge.net/projects/pywin32/files/pywin32/Build216/
Select the version that is right for you. For example, I run Python 2.7 (x86) on a 64 bit machine. So I selected "pywin32-216.
win32-py
2.7.exe", notice I selected the "win32" version even though I'm on a 64bit machine. That's because
Python is 32bit on my machine.