Hello Gang,
Executive Summary question: any good and recent Pythong linter
scripts/modules for BBEdit?
Optional info, in the event that you've actually used BBFlakes.py:
I tried installing the BBFlakes.py linter script (
https://gist.github.com/coryalder/3317713) to my ~/Application
Support/BBEdit/Scripts folder, and tweaked it a bit to run with my setup
(BTW, I got the same errors below with the unmodified version of the
script.) But it bombs out with the following:
~/Library/Mobile Documents/com~apple~CloudDocs/Application
Support/BBEdit/Scripts/BBflake8.py:34:
[This line is highlighted]:
stdout, stderr = Popen([pyflakes, doc_file, "--max-line-length=" +
str(line_length)], stdout=PIPE, stderr=PIPE).communicate()
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py:710:
[This line is highlighted]:
errread, errwrite)
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py:1335:
OSError: [Errno 13] Permission denied
[This line is highlighted]:
raise child_exception
I can provide more context if it would prove helpful, but I didn't want to
spam the group with a long email, esp. if no one uses BBFlakes.py. At any
rate, any help would be appreciated.
Thanks,
Archie
--
This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email
"sup...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
--- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bbedit+un...@googlegroups.com.
To post to this group, send email to bbe...@googlegroups.com.
That leads to a new question: does anyone know of a good copy editor plugin for my brain?
--
Flake8 support is built in to 11.6, so if you have flake8
installed, that is probably worth a try.
R.
--
Rich Siegel Bare Bones Software, Inc.
<sie...@barebones.com> <http://www.barebones.com/>