Message9924

Author zyasoft
Recipients buildhappy, zyasoft
Date 2015-04-22.13:43:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429710210.42.0.844131538166.issue2335@psf.upfronthosting.co.za>
In-reply-to
Content
It's a path issue: in your configuration, you are including the CPython standard library, which is not compatible with Jython's version.

Specifically
"/usr/lib/python2.7/socket.py"

is not going to work at all with Jython's version.

Check your JYTHONPATH. Also when testing your config, don't run Jython in the context of the pyenv tool - this may work, as a third-party tool, but it's not something I have run and it certainly adds one more factor of complexity.
History
Date User Action Args
2015-04-22 13:43:30zyasoftsetmessageid: <1429710210.42.0.844131538166.issue2335@psf.upfronthosting.co.za>
2015-04-22 13:43:30zyasoftsetrecipients: + zyasoft, buildhappy
2015-04-22 13:43:30zyasoftlinkissue2335 messages
2015-04-22 13:43:30zyasoftcreate