[Pydev-users] [pydev - Users] Jython interpreter selector
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-05-02 18:36:48
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3710909 By: nobody I'm using PyDev 1.0.6 on Eclipse 3.2 RC2 on Mac OS 10.4.6 (PPC). I installed Python 2.4.3 with the MacPython installer and downloaded the current release of Jython from their site - 2.2alpha1, which I assume is the latest stable release since that's listed as the current version. Anyway, I go to the PyDev preferences in Eclipse and configure the Python Interpreter selecting the /usr/local/bin/python executable and it gets all of the libraries and everything from that. I try to do the same thing with the Jython jar file and it appears to do something quickly in with a progress bar popup (goes too fast to read it), but then nothing happens, as in nothing appears in the jython interpreter list. Has anyone else had this problem? Incidentally, after configuring both of these like I described, I tried running a simple HelloWorld script in a Java project. I first ran it as a Python script, and it outputted Hello World! to the console. I tried to run it as a Jython script and nothing happened. I tried it just in case the Jython interpreter was configured but the gui list just didn't update properly. ______________________________________________________________________ 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 |