Hi,
Just a quick question –
I would like to import the PerspectiveTransform
and WarpPerspective
classes from javax.media.jai
in Python mode.
Simply writing from javax.media.jai import PerspectiveTransform, WarpPerspective
returns an error:
ImportError: No module named media
What should I do to access / install / load this ‘media’ module in Python mode ?
For the moment I’m getting around this issue by first importing the Keystone library but it would be nice if I could directly access this “media” module.