Tags: Wrye-Code-Collection/wrye-bash
Tags
initialise_locale is no longer a thing I don't know what this even does
Been bothered with the menu The items on the Menu apply to more then just a folder, they can apply to an archive as well. There is no reason to have "install Last" for example as something unique to a folder. It simply makes it install after the "==Last==" marker. You wouldn't need to make a folder to do that to a simple zip file. I don't like the idea of needing all this submenus but if you want the context menu a bit shorter this is at least make more sense.
Been bothered with the menu The items on the Menu apply to more then just a folder, they can apply to an archive as well. There is no reason to have "install Last" for example as something unique to a folder. It simply makes it install after the "==Last==" marker. You wouldn't need to make a folder to do that to a simple zip file. I don't like the idea of needing all this submenus but if you want the context menu a bit shorter this is at least make more sense.
Fix for WindowsError: [Error 6] The handle is invalid In subprocess.py there is an if statement for when stderr is None. This is the code that is failing because subprocess wants to access `_subprocess.GetStdHandle(_subprocess.STD_ERROR_HANDLE)` and that errors for some reason. The error in subprocess.py should be addressed however, Python 2 is at end of life soon so I suggest this woraround when using pyinstaller to build the EXE.
PreviousNext