Try doing the following in command line (a bit brute force):
- Navigate into the
Packages/PythonTidy
folder,
usually~/.config/sublime-text-2/Packages/PythonTidy
or~/.config/sublime-text-2/Packages/SublimePythonTidy
- If it's non-existent reinstalling using
Package Control
- If it's non-existent reinstalling using
- Inside there should be another
PythonTidy
folder (which in your case will be empty).
Don't get into it, just check it is empty. - Run
git clone https://github.com/witsch/PythonTidy.git
- Restart sublime and check the console for errors (
View
->Show Console
)
P.S.
If you are unable to start Sublime
do a:
sudo pip uninstall PythonTidy
Then retry what I wrote above.