Re: [Pydev-users] PyLint Messages don't get parsed

2011-08-17 Thread Fabio Zadrozny
This was just fixed... in a couple of hours the nightly build version will have that fix incorporated (so, please get it to fix that). Cheers, Fabio On Wed, Aug 17, 2011 at 7:32 PM, Nikolaus Rath wrote: > Hello, > > PyDev is not showing PyLint messages in the Problems view and Editor > pane for

[Pydev-users] PyLint Messages don't get parsed

2011-08-17 Thread Nikolaus Rath
Hello, PyDev is not showing PyLint messages in the Problems view and Editor pane for me. In the Console view, I can see that pylint gets executed: PyLint: Executing command line:' /usr/share/pyshared/pylint/lint.py --include-ids=y /home/nikratio/projekte/s3ql/src/s3ql/block_cache.py 'PyLint: T

Re: [Pydev-users] Pylint no longer called

2010-10-28 Thread Fabio Zadrozny
> Number 3 was the problem. I have a combined CDT and PyDev project and > turned auto build off, because I did not want to wait for a time > consuming "make" call every time I run a Python script. > > I suppose there is no way to get only PyDev to auto build? I was taking a look at that and couldn

Re: [Pydev-users] Pylint no longer called

2010-10-27 Thread Nikolaus Rath
Fabio Zadrozny writes: > On Tue, Oct 26, 2010 at 4:02 PM, Nikolaus Rath wrote: >> Hello, >> >> For some reason, PyDev has just stopped calling PyLint on my system. >> When I saved the last file I was working on, PyLint was still being >> called. Then I saved it again, and PyLint was no longer bei

Re: [Pydev-users] Pylint no longer called

2010-10-26 Thread Fabio Zadrozny
On Tue, Oct 26, 2010 at 4:02 PM, Nikolaus Rath wrote: > Hello, > > For some reason, PyDev has just stopped calling PyLint on my system. > When I saved the last file I was working on, PyLint was still being > called. Then I saved it again, and PyLint was no longer being called. I > did not do any c

[Pydev-users] Pylint no longer called

2010-10-26 Thread Nikolaus Rath
Hello, For some reason, PyDev has just stopped calling PyLint on my system. When I saved the last file I was working on, PyLint was still being called. Then I saved it again, and PyLint was no longer being called. I did not do any changes on my system between the two saves. I tried closing and re

[Pydev-users] [pydev - Users] pylint problem with installed packages?

2009-07-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7524688 By: majortal Everything (pydev and pylint) was working well. I installed a new package using easy_install suds. I used the remove-interpreter, add-new-interpreter trick and the egg was identified. Simpl

[Pydev-users] [pydev - Users] Pylint warnings get lost

2009-05-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7399095 By: owillebo In the Console windows I see; R0912: 46:main: Too many branches (28/12) R0915: 46:main: Too many statements (242/75) However in the Problems window and in the code window these warnings d

[Pydev-users] [pydev - Users] Pylint

2009-05-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7330589 By: yang_damian I'm having problems using the PyLint integration. PyLint is correctly installed, working and producing correct warning when run from command line. I've followed the instructions and enab

[Pydev-users] [pydev - Users] Pylint and PYTHONPATH

2009-03-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7033278 By: awregan I'm running windows and working on a project that uses Google app engine modules. The directory is structured like this: \ProjectRoot \app(the source folder) ... \thirdparty\go

[Pydev-users] [pydev - Users] Pylint Hassle

2009-02-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6497414 By: glen_richards I've installed: pylint 0.16.0 logilab-astng-0.17.4 logilab-common-0.38.0 I get the following exception in eclipse: Traceback (most recent call last): File "C:\dev\Python26\Lib\sit

Re: [Pydev-users] pylint

2009-01-14 Thread Christoph Zwerschke
Fabio Zadrozny schrieb: > Currently the only way to do it is having multiple workspaces. Please > add that as a feature request. I wanted to do so and found it was already requested more than one year ago as #1817140. I have just added an idea for a simple implementation. -- Christoph -

Re: [Pydev-users] pylint

2009-01-14 Thread Fabio Zadrozny
> Playing with pydev for some time and must say I really like it, > particularly because of the Mylyn integration. > > One thing I'm missing is the possibility to use different pylint > configurations for each project. Some of my projects have different > coding styles and I'd like to adapt the pyl

[Pydev-users] pylint

2009-01-14 Thread Christoph Zwerschke
Playing with pydev for some time and must say I really like it, particularly because of the Mylyn integration. One thing I'm missing is the possibility to use different pylint configurations for each project. Some of my projects have different coding styles and I'd like to adapt the pylint setting

[Pydev-users] [pydev - Users] pylint not working

2008-11-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5656789 By: drave99 pylint does not apparently work, giving the error message below this is pydev 1.3.24 eclipse 3.4.1 pylint 0.14.0 ubuntu 8.10 Pylint: Executing command line:' /home/dave --include-ids=y

[Pydev-users] [pydev - Users] PyLint running problem

2008-11-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5596636 By: zipito Good day! I'm trying to use pylint with PyDev& And when configuring I see that the --include-ids=y is included always. but when I try to run pylint interrups with message lint.py: error: -

[Pydev-users] [pydev - Users] PyLint Problem ??

2008-05-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4996006 By: weepdoo Hy, I'm using PyDev and PyLint for some month for now, and I've just noticed a little "bug" with the both of them. When I'm coding in a "__init__" file, errors reports by PyLint (or displa

[Pydev-users] [pydev - Users] PyLint integration questions

2008-05-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4989622 By: msmeyer Hi, first, thanks for PyDev, which is really a nice tool. I have some questions regarding PyDev: 1. How can I ignore multiple warnings on one line? I tried e.g. with "#IGNORE:W0401,W0614"

[Pydev-users] [pydev - Users] PyLint problem with packages and __init__.py

2008-05-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4953944 By: siebert Hi, I've noticed that for some unknown reason the warnings generated by PyLint for the modules of a python package are also generated for and added to __init__.py in the same package. If th

[Pydev-users] [pydev - Users] Pylint - selective linting

2007-10-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4548371 By: acidd_uk Gents, First off, great job with pydev, I do a lot of python development at work and I find Eclipse/Pydev a lot nicer than just using vim ;-) Anyway, within each (most) of our package dir

[Pydev-users] [pydev - Users] Pylint (improvement)

2007-07-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4396115 By: weepdoo Hy, I don't know if it's a bug, but actually, in the PyLint argument window, it's "impossible" (it does nothing) to add the argument "--ignore=". Does anybody know how I can do that ? __

[Pydev-users] [pydev - Users] PyLint problems in PD 1.2.6 (was OK in 1.2.5)

2007-02-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4168463 By: tim_wilson Since installing PyDev 1.2.6, I have found that PyLint has problems with my import statements. Re-installed PyDev 1.2.5 and PyLint worked again. Specifically, I have statements like fr