Probelem about image size and dimensions
Diez B. Roggisch
deets at nospam.web.de
Thu Mar 23 06:04:05 EST 2006
ChengGong wrote:
> Thank you for your reply. I have been learning python only 2 weeks.
> According what u said. I tried to import Image but there 's an error
> on the server.
> here is the message
> Error Type: ImportError
> Error Value: import of "Image" is unauthorized
Are you by chance running under ZOPE? Then you'll need a so-called
ExternalMethod for your code to import restricted modules.
Diez
More information about the Python-list
mailing list