Results 1 to 4 of 4

Thread: Having trouble setting up pydev with Spring Python and Jython

  1. #1
    Join Date
    May 2010
    Posts
    3

    Default 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



    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!

  2. #2
    Join Date
    Aug 2006
    Posts
    382

    Default

    Have you tried the answer that was posted at stackoverflow?
    Greg L. Turnquist (@gregturn), SpringSource/VMware
    Project Lead: Spring Python and author of Spring Python 1.1 and Python Testing Cookbook.
    Listen to Pond Jumpers, the international podcast for open source developers.
    These comments are my own personal opinions, and do not reflect those of my company.

  3. #3
    Join Date
    May 2010
    Posts
    3

    Default Restarting eclipse was required.

    I came in to work this morning and started eclipse - all's well!

  4. #4
    Join Date
    Aug 2006
    Posts
    382

    Default

    Great!

    P.S. If you find yourself wanting to write a blog article about your adventure into SP, feel free to tweet me the link, and I'll add it to http://springpython.webfactional.com/node/36
    Greg L. Turnquist (@gregturn), SpringSource/VMware
    Project Lead: Spring Python and author of Spring Python 1.1 and Python Testing Cookbook.
    Listen to Pond Jumpers, the international podcast for open source developers.
    These comments are my own personal opinions, and do not reflect those of my company.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •