[Pydev-users] [pydev - Users] RE: question regarding code completion...
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-04-27 17:46:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3704471 By: nobody Thanks Fabio. Progress. I checked the error & it turns out I didn't have a python interpreter installed in the system preferences. I had specified a Jython.jar file for the Jython Interpreter because since It's a jython project I didn't think i needed a python interpreter... obviously i did. Now the simple case works with java.lang.String The case with my own imported libraries, however, doesn't. The editor thinks I'm making a mistake every time I use one of the objects from the external library. In the following snippet of code from java.lang import String from com.bitaplus.CurveAPI import * foo = CurveAPIManager() bar = String() the third line is underlined in red, as though it's a mistake. This strikes me as a bit strange because the code completion works beautifully with the second line, e.g. after typing 'from com.' a dropdown box appeard with my entire library tree. Any thoughts? The code runs without errors, by the way. Many thanks again! d. ______________________________________________________________________ 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 |