[Pydev-users] [pydev - Users] Many things don't work, what is wrong?

2007-02-08 Thread SourceForge.net
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

[Pydev-users] [pydev - Users] RE: Many things don't work, what is wrong?

2007-02-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4146673 By: schwaebli Edit: I can use code completion in Jython scripts for SDK classes like Math class. But If I try to use code completion for Java classes from another jar file, it does not offer code

[Pydev-users] [pydev - Users] RE: Many things don't work, what is wrong?

2007-02-08 Thread SourceForge.net
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

[Pydev-users] Twisted Autocompletion missing?

2007-02-08 Thread Chris Hengge
Anyone able to get the auto-complete for this script (Which works, got it from the twisted book) to work? Or explain to me why it doesn't? Much appreciated! quick_connect.py === from twisted.internet import reactor, protocol class