Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4147876 By: fabioz
Pydev actually does the completions for other classes/jar through a jython shell that will import those classes... so, if the import fails, the completion will fail (also, after it imports it, it'll not try to get the tokens again)... so, this is the root of your problem... if you use jars, that usually is not a problem. As for building python in the jython folder... I think you're creating a project that has the jython files... they may not be in your 'project' pythonpath, but as they are in your 'system' pythonpath, it'll try to build them... Cheers, Fabio ______________________________________________________________________ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
