Thanks for your kind reply. Yes, it seemed it worked with an older version than 3.x
I got the following output: Process finished with exit code 0 So, what is the purpose of open() here? Thanks. On Mon, Nov 17, 2014 at 12:31 AM, Terry Reedy <tjre...@udel.edu> wrote: > On 11/16/2014 2:37 PM, Abdul Abdul wrote: > >> Hello, >> >> I'm trying to open an image using the `Python Imaging Library` as follows: >> >> from PIL import Image >> img = Image.open('xyz.jpg') >> >> But, got the following error: >> >> File "C:/Users/abc/PycharmProjects/untitled/open_image.py", line 2, in >> <module> >> from PIL import Image >> File "C:\Python34\lib\site-packages\PIL\Image.py", line 62, in >> <module> >> > > Answer is on line above. Good for you for posting traceback. > > from PIL import _imaging as core >> ImportError: DLL load failed: %1 is not a valid Win32 application. >> >> Why is that? How can I solve this issue? >> > > PIL does not work with 3.x. Get pillow instead. > > -- > Terry Jan Reedy > > -- > https://mail.python.org/mailman/listinfo/python-list >
-- https://mail.python.org/mailman/listinfo/python-list