yes still gave the same error. but doing it manually inside the script.module.pil directory works
Code:
cd $HOME/setup/xbmc/lib/addons/script.module.pil
and then
Code:
curl -Ls --output Imaging-1.1.7.tar.gz http://www.effbot.org/downloads/Imaging-1.1.7.tar.gz
rm -rf Imaging-1.1.7
tar xf Imaging-1.1.7.tar.gz
rm -rf /root/setup/xbmc/addons/script.module.pil/lib/PIL
pushd Imaging-1.1.7 && /usr/bin/python setup.py build --build-lib /root/setup/xbmc/addons/script.module.pil/lib/PIL; popd
can you check if it's okay
http://pastebin.com/pRr8wv2z
will any of these cause trouble?
--------------------------------------------------------------------
*** TKINTER support not available
*** JPEG support not available
*** ZLIB (PNG/ZIP) support not available
*** FREETYPE2 support not available
*** LITTLECMS support not available
--------------------------------------------------------------------