XBMC 3.3.3 - python script errors

Requests, suggestions, support, and everything else python / plugin related.
Post Reply
maciu
Posts: 2
Joined: Sun Dec 29, 2013 4:41 pm

XBMC 3.3.3 - python script errors

Post 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? :)
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: XBMC 3.3.3 - python script errors

Post 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
maciu
Posts: 2
Joined: Sun Dec 29, 2013 4:41 pm

Re: XBMC 3.3.3 - python script errors

Post 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?
Post Reply