-
Have you tried adding 'matplotlib' to the forced builtins? See: http://pydev.org/manual_101_interpreter.html.
2009-11-11 22:13:51 UTC by fabioz
-
Those error are appearing because of the code analysis... You can enable/disable or choose to configure a specific set of analysis at window > preferences > pydev > editor > code analysis. Previously it was only on Pydev Extensions -- which has become open source and is now available by default.
Those errors appear because the type inference engine is not being able to get those tokens, which...
2009-11-11 22:10:35 UTC by fabioz
-
Hi,
I just converted to PyDev 2.5. I have many Python projects, mostly
not written by me. After the conversion I have over 2500 errors where
there used to be none. These are at least mostly bogus, as the
programs run OK. This error storm is keeping me from seeing
legitimate errors in my workspace, and I, of course, don't want my
workspace littered with X's.
I would like to know...
2009-11-11 19:59:51 UTC by kennethevans
-
Could we have support for creating IronPython projects using mono on linux/mac?.
2009-11-11 15:23:39 UTC by dazworrall
-
in Eclipse I have in my code for example:
from matplotlib import cm
palette = cm.gray
2009-11-11 14:40:57 UTC by alanwilter
-
Hi there; thanks for PyDev!
I have a minor feature request.
In Pydev->Editor->Code Style->Code Formatter, there's an option called "Use space before and after parenthesis".
This option, however, is actually "Use space inside parenthesis"; in other words, it turns:
obj.callMethod(arg, arg, arg)
into:
obj.callMethod( arg, arg, arg )
However, I have a large codebase in...
2009-11-11 14:33:03 UTC by kgi
-
I am also experiencing this problem. Except in my case I've created a new Eclipse workspace and a new Pydev project with no python scripts in it and it still hangs for 5-10 minutes when Eclipse is first launched.
I'm using Eclipse 3.5.1 and Pydev 1.5.
This is a real problem!
2009-11-11 02:57:14 UTC by scottb08
-
This code works in python 2.6:
from __future__ import print_function
print('test', 'print function', sep=' - ')
But Pydev says: "Syntax error while detecting tuple.".
2009-11-11 01:29:30 UTC by pm13
-
Forgot to add using python 3.1.
2009-11-10 13:54:23 UTC by jrlastre
-
No firewall and timeout set to 180 sec. I only have 512 meg ram however.
Sysyem - XP Pro SP3
Eclipse Ver - 3.5
Pydev - 1.5.0.1251989166
Pydev error log - attached file
Eclipse Install location - F:\eclipse\eclipse.exe
Project Location - F:\eclipse workspace\MyTest\Project.
2009-11-10 13:53:15 UTC by jrlastre