Message10057
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. |
|
Date |
User |
Action |
Args |
2015-05-12 12:26:33 | otto_fajardo | set | messageid: <1431433593.99.0.274713469328.issue2355@psf.upfronthosting.co.za> |
2015-05-12 12:26:33 | otto_fajardo | set | recipients:
+ otto_fajardo |
2015-05-12 12:26:33 | otto_fajardo | link | issue2355 messages |
2015-05-12 12:26:33 | otto_fajardo | create | |
|