Before installing PIL edit the setup.py and add this line
add_directory(library_dirs, "/usr/lib/i386-linux-gnu")
before line 214
add_directory(library_dirs, "/usr/lib")
Before installing PIL edit the setup.py and add this line
add_directory(library_dirs, "/usr/lib/i386-linux-gnu")
before line 214
add_directory(library_dirs, "/usr/lib")
Thank you!
Many thanks to you, sir