Re: [Pydev-code] Setting PYTHONPATH
Brought to you by:
fabioz
From: dperez <cra...@ya...> - 2006-09-27 08:58:49
|
Hi, Confirmed that this bug is solved in 1.2.4 :-) But some other problems arise: When importing classes (that I have added to the PYTHONPATH of my project) located in jar files, I receive code completion for specifying package1 and subpackage, but no for MyClass, when writing: from package1.subpackage import MyClass in addition, it complains with this error (at the left column of the editor): Unresolved import The same happens with import package1.subpackage.MyClass When my Java code is unpackaged (outside of a jar file), I have the same behavior, except that I don't receive completion for package components. The code runs ok and find the referenced java class files. Fabio Zadrozny-2 wrote: > > It's a bug... if you add the jar as an external jar it works (it should > show > the path with the name of the project... I've just fixed it and it is > already available in the cvs -- and will be released in 1.2.4 -- hopefully > later today). > -- View this message in context: http://www.nabble.com/Setting-PYTHONPATH-tf2317066.html#a6523077 Sent from the pydev-code mailing list archive at Nabble.com. |