Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4146542
By: schwaebli

I use Eclipse 3.2.1 with latest updates and Pydev 1.2.6. and Jython 2.1.

I copied the Jython folder into my Pydev Eclipse project folder and in
the preferences I reference jython.jar from there.

Then I referenced the jars which I need in the project properties under
PYTHONPATH>External Source Folders.

The Pydev editor accepts the import statement in my Jython script from that
external source folders.

But when I use the external classes, it does not offer code completion for them,
it shows a red error dot on that line and it underlines the method with a red
curvy line. It says "Undefined variable from import". Why? When I execute that
script, it runs! Contradictory. Why is this?

Another problem is that when I start building the project, it builds the python
in the jython folder. Why? Takes too long and I don't want to build them but
just my Jython scripts in the src folder!

And there is another minor problem with installing Pydev. First I tried to 
install
it on Eclipse 3.1.2. Pydev didn't refuse although it cannot run on Eclipse 3.1.

Can you please help me solve these problems (the first two)?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to