Message7177

Author fwierzbicki
Recipients alex.gronholm, fwierzbicki
Date 2012-05-31.20:44:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338497058.39.0.841270713103.issue1900@psf.upfronthosting.co.za>
In-reply-to
Content
Hey Alex, I get "Exception in thread "main" ImportError: No module named testpkg.submodule" from imp.load("testpkg.submodule") in the Java code before it can even run the "test" function from the python code. FYI it runs imp.load("testpkg") just fine if I comment the other call to load out.
History
Date User Action Args
2012-05-31 20:44:18fwierzbickisetmessageid: <1338497058.39.0.841270713103.issue1900@psf.upfronthosting.co.za>
2012-05-31 20:44:18fwierzbickisetrecipients: + fwierzbicki, alex.gronholm
2012-05-31 20:44:18fwierzbickilinkissue1900 messages
2012-05-31 20:44:18fwierzbickicreate