Message6589

Author djain
Recipients djain
Date 2011-07-29.12:46:52
SpamBayes Score 8.089021e-06
Marked as misclassified No
Message-id <1311943612.47.0.673707466662.issue1776@psf.upfronthosting.co.za>
In-reply-to
Content
I have now found out that the problem also occurs with 2.5.0 if one runs jython from a single JAR that also contains the jython standard library.

The root cause of the problem is the use of a single jython JAR. It makes dynamic imports of other JARs via sys.path impossible.
History
Date User Action Args
2011-07-29 12:46:52djainsetmessageid: <1311943612.47.0.673707466662.issue1776@psf.upfronthosting.co.za>
2011-07-29 12:46:52djainsetrecipients: + djain
2011-07-29 12:46:52djainlinkissue1776 messages
2011-07-29 12:46:52djaincreate