Hi,

 

I installed PIL 1.1.7, on Windows 7 64 bit.

 

import Image

 

works fine.

 

But:

 

import _imaging

 

gives

 

>>> import _imaging

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

ImportError: DLL load failed: %1 is not a valid Win32 application.

 

Known issue?  Any workaround?

 

Jamie

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to