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.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to