Kodi Community Forum

Full Version: Script Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I went to the SVN repository installed some stuff but can't get it to work

07:02:27 T:584 M:1281159168 NOTICE: -->Python Interpreter Initialized<--
07:02:28 T:584 M:1277992960 NOTICE: Traceback (most recent call last):
07:02:28 T:584 M:1277992960 NOTICE: File "C:\Documents and Settings\Kurt\Application Data\XBMC\scripts\CNN\default.py", line 115, in ?
07:02:28 T:584 M:1277988864 NOTICE: LOG_FILE = open(ROOT_DIR + '\\log.txt','w')
07:02:28 T:584 M:1277988864 NOTICE: IOError
07:02:28 T:584 M:1277988864 NOTICE: :
07:02:28 T:584 M:1277988864 NOTICE: invalid mode: w
07:02:28 T:584 M:1277988864 ERROR: Scriptresult: Error
07:05:57 T:3108 M:1202110464 NOTICE: -->Python Interpreter Initialized<--
07:05:57 T:3108 M:1202143232 NOTICE: Traceback (most recent call last):
07:05:57 T:3108 M:1202143232 NOTICE: File "C:\Documents and Settings\Kurt\Application Data\XBMC\scripts\Flickr\default.py", line 65, in ?
07:05:57 T:3108 M:1202143232 NOTICE: import imageviewer
07:05:57 T:3108 M:1202143232 NOTICE: File "C:\Documents and Settings\Kurt\Application Data\XBMC\scripts\Flickr\include\imageviewer.py", line 12, in ?
07:05:57 T:3108 M:1202135040 NOTICE: import Image,ImageFile
07:05:57 T:3108 M:1202130944 NOTICE: ImportError
07:05:57 T:3108 M:1202130944 NOTICE: :
07:05:57 T:3108 M:1202130944 NOTICE: No module named Image
07:05:57 T:3108 M:1202130944 ERROR: Scriptresult: Error
never cut logs, never inline logs (use a pastebin), we need debug logging enabled. my suspicion is that you're running a build from when we had a bug preventing pil from being built.
not trying to be an ass (some say it is natural) but I have no idea what you just said.
Check the stickies on how to report/post a problem in a useful manner. Links are in our signatures.
copy and paste your full Debug Log to http://pastebin.com/ and post the link to pastebin site

look at my signature for the link to wiki page that has more on it
http://pastebin.com/07cdCJeY

Hopefully that is what you wanted.