Kodi Community Forum
Script Error - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Script Error (/showthread.php?tid=78000)



Script Error - Kurto2021 - 2010-07-28

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


- spiff - 2010-07-28

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.


- Kurto2021 - 2010-07-28

not trying to be an ass (some say it is natural) but I have no idea what you just said.


- tslayer - 2010-07-28

Check the stickies on how to report/post a problem in a useful manner. Links are in our signatures.


- amet - 2010-07-28

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


- Kurto2021 - 2010-07-30

http://pastebin.com/07cdCJeY

Hopefully that is what you wanted.