Page 1 of 1

XBMC 3.3.3 - python script errors

Posted: Sun Dec 29, 2013 4:46 pm
by maciu
Hi everyone,

just installed 3.3.3 and have the problem with videos from net

I don't think whole log is necessary as every script error produces the same entries:

16:39:03 M: 25468928 DEBUG: advapi32.dll fake function dllCryptAcquireContext() called
16:39:04 M: 25165824 INFO: -->Python script returned the following error<--
16:39:04 M: 25165824 ERROR: Error Type: exceptions.ImportError
16:39:04 M: 25165824 ERROR: Error Contents: No module named io
16:39:04 M: 25165824 ERROR: Traceback (most recent call last):
File "Q:\plugins\video\BlipTV\default.py", line 59, in ?
import CommonFunctions as common
File "Q:\scripts\.modules\script.module.parsedom\lib\CommonFunctions.py", line 23, in ?
#import inspect
ImportError: No module named io
16:39:04 M: 25165824 INFO: -->End of Python script error report<--

Reinstalled parsedom, installed everything via addons4xbox

I've added # in line import inspect but regarding error nothing changed
I cannot see anywhere importing io library.



What now? :)

Re: XBMC 3.3.3 - python script errors

Posted: Mon Dec 30, 2013 8:15 am
by skatulskijean
Pyrthon 2.4 have no io support.

the import from io works not on the stable(python 2.4) but parsedom was fixed for xbmc4xbox from me for a long time and is located on the xbmc4xbox repo.
With the aktual xbmc4xbox 3.5 Beta 1 (python 2.7) is nothing to fix (i think so then i can not test)-

Regards Jan

Re: XBMC 3.3.3 - python script errors

Posted: Sun Jan 19, 2014 9:51 am
by maciu
3.5.1 beta is much better (search works, thumbnails appear but then....

09:48:47 M: 13844480 DEBUG: SECTION:UnloadDelayed(DLL: Q:\system\players\dvdplayer\avutil-52.dll)
09:48:47 M: 13844480 DEBUG: GetModuleHandleA('libgcc_s_dw2-1.dll') failed
09:48:47 M: 14102528 INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://r2---sn-5uh5o-f5fl.googlevideo.com (easy=01360010, multi=00ED4A90)

missing modules?