Skip to content
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

Python Flake8 Lint error: sorry, can't find correct plugin path #24

Closed
stephantual opened this issue Aug 18, 2013 · 6 comments
Closed
Labels

Comments

@stephantual
Copy link

Installed on ST3 using package installer, getting "Python Flake8 Lint error:
sorry, can't find correct plugin path" on save.

@dreadatour
Copy link
Owner

Can't reproduce bug and can't install on ST3 with package installer. It is still only available for ST2 with package installer: https://github.com/wbond/package_control_channel/blob/master/repository/p.json#L935
I will publish my plugin for ST3 in package installer in few days - it is still needs to be checked.

But I do one little fix, that can help with your error: d18efd1.
Could you, please, try last version of "Python Flake8 Lint"?

Also, could you tell me type of your operation system and it's version?

@ferhtgoldaraz
Copy link

I have the same problem, this is what gets logged:

error: Python Flake8 Lint error:
sorry, can't find correct plugin path
Flake8Lint ERROR: python: can't open file '/home/~/.config/sublime-text-3/Packages/Python Flake8 Lint/lint.py': [Errno 2] No such file or directory

I believe it's because ST3 does not extract "Python Flake8 Lint.sublime-package", located in "/home//.config/sublime-text-3/Installed Packages/", into "'/home//.config/sublime-text-3/Packages/".

The way to fix this would be, as stated in this issue, to add a file called ".no-sublime-package" at the root of the repo. SublimeJedi has it, and it is woking for me, as I can find it uncompressed in "Packages", rather that compressed in "Installed Packages".

@ferhtgoldaraz
Copy link

For now, decompressing it manually into "Packages" is working for me.

@dreadatour
Copy link
Owner

Thank you for link to issue about ".no-sublime-package" file. Added this file to the repo.

Still can't install Flake8Lint plugin in ST3 with "Sublime pachage control" - only manual download and install works for me. How did you do that?

@stephantual
Copy link
Author

Hi, I can confirm this is now fixed in the latest release. Thank you!

@dreadatour
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants