Message5935

Author sltanimoto
Recipients akong, fwierzbicki, sltanimoto, tzellman
Date 2010-08-02.18:27:32
SpamBayes Score 1.1751624e-06
Marked as misclassified No
Message-id <1280773654.55.0.21263921594.issue1383@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a further comment on this.  I am also embedding the interpreter (2.5.1 release).  When I execute
import javax.imageio
It works on a Macbook Pro running Leopard.
On Windows Vista, if I do it in the Jython shell (not the embedded interpreter) it also works.
But (still on Windows Vista) in the embedded interpreter, it fails with:
ImportError: No module named imageio
As reported by tzellmann, I can work around this by using
import javax.imageio.ImageIO as ImageIO
and that works OK.
History
Date User Action Args
2010-08-02 18:27:34sltanimotosetmessageid: <1280773654.55.0.21263921594.issue1383@psf.upfronthosting.co.za>
2010-08-02 18:27:34sltanimotosetrecipients: + sltanimoto, fwierzbicki, akong, tzellman
2010-08-02 18:27:34sltanimotolinkissue1383 messages
2010-08-02 18:27:32sltanimotocreate