-
Have you tried adding 'matplotlib' to the forced builtins? See: http://pydev.org/manual_101_interpreter.html.
2009-11-11 22:13:51 UTC in Pydev for Eclipse
-
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 in Pydev for Eclipse
-
Can you try with the latest version? I've checked it here and it seems to work.
2009-11-10 01:36:34 UTC in Pydev for Eclipse
-
This is fixed in the latest Git -- for 1.5.1.
2009-11-10 01:20:19 UTC in Pydev for Eclipse
-
Can you provide more info? See: http://pydev.org/faq.html#how_do_i_report_a_bug.
2009-11-10 01:16:15 UTC in Pydev for Eclipse
-
Done for 1.5.1
Git
%h 806343e
%ct 1257815473.
2009-11-10 01:11:41 UTC in Pydev for Eclipse
-
Sorry, but that's something that won't be handled... if Jython supports it, that's a Jython bug.
2009-11-10 00:59:45 UTC in Pydev for Eclipse
-
Ideally, I'd like a sample project where I can reproduce the bug in a clean eclipse install... Do you think you can provide that?
Another option where I could gather info is if you start eclipse with a vmarg of -Dcom.sun.management.jmxremote and when it gets stuck, you open jconsole and give me the stack on the thread that's stucked (note that in this case you have to attach it to the eclipse...
2009-11-10 00:56:37 UTC in Pydev for Eclipse
-
Fixed for 1.5.1
Git
%h 147ccd5
%ct 1257814221.
2009-11-10 00:51:02 UTC in Pydev for Eclipse
-
I actually ended up changing the patch quite a bit (it didn't apply clean to the current head)
Git:
%h 3d3764c
%ct 1257813688.
2009-11-10 00:42:42 UTC in Pydev for Eclipse