python imaging library - Having trouble installing PIL in Snow Leopard -


I followed these instructions:

And everything described Went in the form.

However, in the end, I tried:

  dragon selftest.py  

to verify that everything is okay I have been working from, but I get:

  ***_imaging C module is not installed  

I then run Python interpreter and tried:

", In line 1, ImportError: Dlopen (/Library/Python/2.6/site-packages/PIL/_imaging.so, 2): Symbol not found: _jpeg_re Referenced from: sync_to_restart: / library / python 2/6 / site-package / pil /_iming. Expected in: Flat is on my first mac, so apologize if I am not clear, but nobody is helping you . The rendering could be greatly appreciated

Thanks!

The problem occurs because the jpeglib is not available as part of the standard for Leopard and Snow Leopard Mac OS X distribution

The solution is as follows: - comp jpg lib - Make sure libjpeg62.dylib is available on your DLLLLRRIAPATH (you want to place it in places like / usr / local / lib)

Useful instructions are available


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -