Having trouble setting up pydev with Spring Python and Jython
Also posted here: http://stackoverflow.com/questions/3...-eclipse-pydev
I'm having trouble setting up SpringPython with PyDev and Jython
I've installed Spring python by:
Code:
jython setup.py install
the setup.py installed the library to my jython installation successfully as I can import and use the spring classes when using the Jython REPL.
In my PyDev project i've selected the jython interpreter and have c:\jython2.5.1\Lib and c:\jython2.5.1\Lib\site-packages in my Library paths
http://i.imgur.com/2iiSB.png
My eclipse environment fails to resolve the new classes, such as
Code:
from springpython.context import ApplicationContext
http://i.imgur.com/KIsD9.png
What else do I need to do to configure SpringPython?
Many thanks!
Restarting eclipse was required.
I came in to work this morning and started eclipse - all's well!