markbaas / atom-python-autopep8

MIT License
9 stars 6 forks source link

Cannot make it work #6

Closed michaelaye closed 7 years ago

michaelaye commented 7 years ago

Atom: 1.12 OS: macOS 10.11.6 Python: 3.5 inside conda env

I use conda so to make sure autopep8 is found, I put the absolute path to the executable into the settings. I tried it both with the "Format on Save" option and the manual call via the menu, to no avail. I have several PEP8 issues, like E225 (missing whitespace after operator). When using autopep8 inside the Terminal these issues are being found and corrected. How can I help to debug this?

kosmiciatakuja commented 7 years ago

Same here, on Linux: Atom 1.11.2 OS: Arch Linux Python 3.5 in virtualenv with autopep8 installed.

michaelaye commented 7 years ago

It's most probably #5 , because I'm a magicpython user. @kosmiciatakuja are you?

kosmiciatakuja commented 7 years ago

@michaelaye no, sorry, I'm not

michaelaye commented 7 years ago

Well, I just implemented #5 myself and boom, it works.

potens1 commented 7 years ago

Same here, magicpython user

michaelaye commented 7 years ago

Get my fork or edit these small changes yourself, it's easy. Look at #5 what needs to be changed.