On Fri, 18 Jul 2014 18:28:46 -0500 "Edward K. Ream" <[email protected]> wrote:
> On Fri, Jul 18, 2014 at 5:36 PM, 'Terry Brown' via leo-editor > <[email protected]> wrote: > > > For me it just says: > > > > ('pylint rc file not found:', > > u'/mnt/usr1/usr1/home/tbrown/.leo/leo/test/pylint-leo-rc.txt') > > pylint: done > > Pylint will print a lot of errors if the rc file doesn't exist. > > Just copy the the file from the leo/test directory to ~/.leo/test After that I get Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named core.leoGlobals pylint: done So if I run Leo with leo on the PYTHONPATH... (thanks for fixing --minimize, btw) then I get pylint: eet2.py Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named core.leoGlobals pylint: done eet2.py being the name of the @auto file I was on. so Ctrl-b on `import core.leoGlobals as g` works, but not Alt-X pylint. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
