Scripts Problem
#1
i'm relatively new to xbmc but since i've installed it and discovered the scripts not many of them actually work for me. usually they say "running" for a few seconds or just hang. i installed the ooba script last night and again it just ran for a second and stopped. i then discovered the white button displays the output of the last script.
it was an error along the lines of unable to load image, imagefile modules.
anyway to cut a long story shortish i copied the all the pil library .py files into the ooba directory and hey presto it worked....

so my question is: is there a system path variable somewhere or how does the scripts normally find the pil library in the python/lib directory?

thanks
hip robotamus :o
Reply
#2
if you put the pil folder in python/lib folder. you can either do:

1. where the "import image" is, just put "from pil import image"
or
2. import sys
sys.path.append('the path')
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply

Logout Mark Read Team Forum Stats Members Help
Scripts Problem0