Message7201

Author alex.gronholm
Recipients alex.gronholm, fwierzbicki, pjenvey
Date 2012-06-11.03:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339384479.78.0.0698346531095.issue1900@psf.upfronthosting.co.za>
In-reply-to
Content
While attempting to create a python-only version of this, I ran into a possibly related issue. The code:

from org.python.core import imp
imp.load('xml.dom')

does not work. If I import xml.dom with an import statement, it works fine. Loading just the "xml" package works fine too.
History
Date User Action Args
2012-06-11 03:14:39alex.gronholmsetmessageid: <1339384479.78.0.0698346531095.issue1900@psf.upfronthosting.co.za>
2012-06-11 03:14:39alex.gronholmsetrecipients: + alex.gronholm, fwierzbicki, pjenvey
2012-06-11 03:14:39alex.gronholmlinkissue1900 messages
2012-06-11 03:14:39alex.gronholmcreate