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:
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.Code:jython setup.py install
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
My eclipse environment fails to resolve the new classes, such as
Code:from springpython.context import ApplicationContext
What else do I need to do to configure SpringPython?
Many thanks!




Reply With Quote