
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
Ok so I added Python/Pydev nature to a Java project and configured it to use Jython 2.5
I need the java classes in my project src folder to be on the classpath so in my jython script I can call them.
In the python editor I get all the autocompletion etc for the class but when I run I get
Traceback (most recent call last):
File "C:\documents and settings\tim\workspace\jyclint\src\CLint.py",
line 7, in <module>
import clint
ImportError: No module named clint
Where clint is the top package under my src directory
Running the java class under eclipse Run works fine.
Tim
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Jython-users mailing list
Jython-users@...
https://lists.sourceforge.net/lists/listinfo/jython-users