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
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
> 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
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
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
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
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
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
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
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
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
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
-
> 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
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
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
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: -
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
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"
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
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
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 ?
__
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
22 matches
Mail list logo