Message10057

Author otto_fajardo
Recipients otto_fajardo
Date 2015-05-12.12:26:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431433593.99.0.274713469328.issue2355@psf.upfronthosting.co.za>
In-reply-to
Content
By a suggestion of mbooth, I looked into PyDev and how they embed jython into an eclipse plugin.
It seems they explode the jython.jar, and then copy the Lib folder into the top folder of the plugin. Then they set python.home to this top folder of the plugin. 
I tried this, and in this way jython can import the modules. 
So, this workaround solves the problem. I am not sure if this should be the best way, or jython should be able to find the modules inside the jar as it did in 2.5.3.
History
Date User Action Args
2015-05-12 12:26:33otto_fajardosetmessageid: <1431433593.99.0.274713469328.issue2355@psf.upfronthosting.co.za>
2015-05-12 12:26:33otto_fajardosetrecipients: + otto_fajardo
2015-05-12 12:26:33otto_fajardolinkissue2355 messages
2015-05-12 12:26:33otto_fajardocreate