Message7157

Author alex.gronholm
Recipients alex.gronholm, fwierzbicki
Date 2012-05-26.10:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338028514.6.0.383697778816.issue1900@psf.upfronthosting.co.za>
In-reply-to
Content
If I import Python modules from Java (using org.python.core.imp) it will cause later Python imports of the same module/package to fail.
Attached is a trivial codebase that demonstrates the problem.
History
Date User Action Args
2012-05-26 10:35:14alex.gronholmsetrecipients: + alex.gronholm, fwierzbicki
2012-05-26 10:35:14alex.gronholmsetmessageid: <1338028514.6.0.383697778816.issue1900@psf.upfronthosting.co.za>
2012-05-26 10:35:14alex.gronholmlinkissue1900 messages
2012-05-26 10:35:14alex.gronholmcreate