You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not get autopep8 to work with atom-beautify; I would get the error in the title each time. I did verify that autopep8 worked from the command line. I changed line 12 in python-beautify.coffee from "python \"" + path + "\" \"" + inputPath + "\" " + optionsStr
to path + " \"" + inputPath + "\" " + optionsStr
This solved my problem. I'm not sure if this is a common error, but I wanted to share my problem and a possible solution.
The text was updated successfully, but these errors were encountered:
Glavin001
changed the title
autopep8 pkg_resource:DistributionNotFound error
Error when Beautifying Python using custom Python Autopep8 path
Sep 28, 2014
I could not get autopep8 to work with atom-beautify; I would get the error in the title each time. I did verify that autopep8 worked from the command line. I changed line 12 in python-beautify.coffee from
"python \"" + path + "\" \"" + inputPath + "\" " + optionsStr
to
path + " \"" + inputPath + "\" " + optionsStr
This solved my problem. I'm not sure if this is a common error, but I wanted to share my problem and a possible solution.
The text was updated successfully, but these errors were encountered: