Message11316

Author psterdale
Recipients psterdale
Date 2017-04-21.13:02:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492779736.59.0.309182624451.issue2579@psf.upfronthosting.co.za>
In-reply-to
Content
I am using jython standalone jar with my java module..
i was facing an issue with loading external modules with bigger size with 2.7. As jvm bytecode limit is only 65kB.
i learnt from IRC /chat forum that with latest code base this issue is fixed. and been advised to take latest code and build the jar. and procide pyc files build from CPython 2.7. I did so and i found that it is not able to locate the pyc files.
History
Date User Action Args
2017-04-21 13:02:16psterdalesetmessageid: <1492779736.59.0.309182624451.issue2579@psf.upfronthosting.co.za>
2017-04-21 13:02:16psterdalesetrecipients: + psterdale
2017-04-21 13:02:16psterdalelinkissue2579 messages
2017-04-21 13:02:16psterdalecreate