* Okko Willeboordse <okko.willeboor...@gmail.com> [2015-09-23 15:51:17 +0200]:
> Note that I run on Windows, you don't (/usr/bin/python2).

Also works fine for me under Windows.

> Also note that programs using psutil run fine.

That'd suggest the same - the Python your pylint is installed for
isn't the Python you're running.

> C:\Users\owillebo>python
> Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit
> (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import psutil
> >>>

Can you do 'import pylint' here? Can you test with python -m pylint
instead?

Florian

-- 
http://www.the-compiler.org | m...@the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/

Attachment: signature.asc
Description: Digital signature

_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to