PyDev : undefined variable from import

2010-04-26 Thread Wanderer
Since the last Java update, I get the error, undefined variable from import in Pydev in the Eclipse editor. I can still run the program in Eclipse. If I add a blank line and save the program, the error goes away, but that screws up the revision with SVN. Has anyone else seen this or have a fix.

Re: PyDev : undefined variable from import

2010-04-26 Thread Fabio Zadrozny
On Mon, Apr 26, 2010 at 12:08 PM, Wanderer wande...@dialup4less.com wrote: Since the last Java update, I get the error, undefined variable from import in Pydev in the Eclipse editor. I can still run the program in Eclipse. If I add a blank line and save the program, the error goes away, but