-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named PythonTidy #6
Comments
Ah, my guess is that Package Control installation is broken for SublimePythonTidy, because it referes to external Git repo. I suggest either to fix or disable Package Control installation method. |
Package Control currently doesn't support git submodules: wbond/package_control#126 You could create a custom package or just include PythonTidy in the repo // @witsch |
Hi, Same problem here. To solved it, I did the following: 1.- Downloaded https://github.com/witsch/PythonTidy/archive/master.zip and put the files inside the master folrder in the Packages/PythonTidy/PythonTidy folder 2.- Edited Packages/PythonTidy/Tidy.py and commented the following lines: if not exists(join(extra, '.git')): Hope this helps. |
It should also make sense to check call() return value so we can detect the condition when use has no git command installed and we can show a message telling user to install command-line git first |
SublimePythonTidy seems to depend on PythonTidy, but does not support instructions how to configure one.
This shows on console when trying to execute PythonTidy
OSX Lion
The text was updated successfully, but these errors were encountered: