I know there are some pretty knowledgeable bashers around these forums, so I thought I'd pose this question to you guys in the hopes that you might be able to help me figure out what is going on with my WB install. I installed Python 2.6 and all its sub-libraries using Wrye Python 03a, and I have also installed the latest version of Wyre Bash, which I downloaded from TESNexus. Now, the problem arises when I try to launch WB. Nothing happens. I disabled UAC, tried launching it from the command prompt, and all that other stuff and none of it seems to work. My intuition tells me this is probably a problem related to Windows 7 (and in general the x64 Vista framework) but no solution I've found so far (been searching for three days) has come up with any helpful advice. I've found several forum posts where users got it working but their English is usually so poor (or lazy) that I'm unable to recreate their steps. Any suggestions or advice for getting this program to work? Here is my bug dump, for the interested: C:\Program Files (x86)\Bethesda Softworks\Oblivion\Mopy>c:\python26\python.exe b ash.py -d Traceback (most recent call last): File "bash.py", line 94, in <module> main() File "bash.py", line 73, in main bosh.initDirs(personal,localAppData) File "C:\Program Files (x86)\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 1 7563, in initDirs dirs[key].makedirs() File "C:\Program Files (x86)\Bethesda Softworks\Oblivion\Mopy\bolt.py", line 4 63, in makedirs if not self.exists(): os.makedirs(self._s) File "c:\python26\lib\os.py", line 150, in makedirs makedirs(head, mode) File "c:\python26\lib\os.py", line 157, in makedirs mkdir(name, mode) WindowsError: [Error 5] Access is denied: 'C:\\Program Files (x86)\\Bethesda Sof tworks\\Oblivion Mods' Notice that it says access is denied. Somehow I don't think that is the problem, but rather one step to the larger problem at hand. Also, I do not have a folder named "Oblivion Mods", so I'm not sure what is going on there. Although, in the vain hope that it might be that simple, I did try to create one to no avail. Another thing I've noticed is that I had no bash.ini file. Whether or not this is relevant or necessary, I cannot say. I'm just not experienced enough with this to figure it out. Any help would be greatly appreciated. Thanks!