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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to