I want to use PIL in an addon I'm making.
I'm using
in my code, however, Python complains:
I've downloaded the SuperRepo PIL module: http://superrepo.org/script.module.pil/
However, when I try to install the ZIP, I receive no confirmation that it is successful. No error message -- but no "addon enabled" message, either.
I can't find it in the SuperRepo list either, nor in my installed addons, so I would guess it has failed... but I am not sure why?
I am using Windows 7 and XBMC 12.2, if it matters.
Any help appreciated
I'm using
Code:
from PIL import Image
in my code, however, Python complains:
Code:
ImportError: No module named PIL
I've downloaded the SuperRepo PIL module: http://superrepo.org/script.module.pil/
However, when I try to install the ZIP, I receive no confirmation that it is successful. No error message -- but no "addon enabled" message, either.
I can't find it in the SuperRepo list either, nor in my installed addons, so I would guess it has failed... but I am not sure why?
I am using Windows 7 and XBMC 12.2, if it matters.
Any help appreciated