Closed GoogleCodeExporter closed 9 years ago
I solved this by downloading the elementtree plugin for den from:
http://mirror.ufs.ac.za/xbmc/addons/eden-pre/script.module.elementtree/
As this does not seemed to be provided by xbmc by default maybe should this be
included by mythbox somehow.
Original comment by bertrand.marquis
on 4 Dec 2011 at 12:50
Fixed in Eden Beta 2 + MythBox 1.1.0
Original comment by semir.pa...@gmail.com
on 30 Jan 2012 at 12:35
Cannot confirm fix. This is reproduceable with xbmx 11.0 on debian squeeze
(precompiled packages from http://debian.oppserver.net/) and mythbox 1.1.0:
19:00:53 T:140051010803456 WARNING: Create - Unsupported protocol(script) in
script://
19:00:54 T:140051023390464 NOTICE: -->Python Interpreter Initialized<--
19:00:54 T:140051023390464 NOTICE: MythBox for XBMC
19:00:55 T:140051023390464 NOTICE: MythBox: loggerIniFile =
/home/mediacenter/.xbmc/addons/script.mythbox/mythbox_log.ini
19:00:55 T:140051023390464 NOTICE: MythBox:Initializing Settings - Error: No
module named elementtree.ElementTree
19:00:55 T:140051023390464 ERROR: Traceback (most recent call last):
19:00:55 T:140051023390464 ERROR: File
"/home/mediacenter/.xbmc/addons/script.mythbox/resources/src/mythbox/bootstrappe
r.py", line 45, in run
19:00:55 T:140051023390464 ERROR: self.bootstrapSettings()
19:00:55 T:140051023390464 ERROR: File
"/home/mediacenter/.xbmc/addons/script.mythbox/resources/src/mythbox/bootstrappe
r.py", line 186, in bootstrapSettings
19:00:55 T:140051023390464 ERROR: from fanart import FanArt
19:00:55 T:140051023390464 ERROR: File
"/home/mediacenter/.xbmc/addons/script.mythbox/resources/src/mythbox/fanart.py",
line 30, in <module>
19:00:55 T:140051023390464 ERROR: import tmdb
19:00:55 T:140051023390464 ERROR: File
"/home/mediacenter/.xbmc/addons/script.mythbox/resources/lib/themoviedb/tmdb.py"
, line 22, in <module>
19:00:55 T:140051023390464 ERROR: import elementtree.ElementTree as
ElementTree
19:00:55 T:140051023390464 ERROR: ImportError: No module named
elementtree.ElementTree
Original comment by jonas.ha...@gmail.com
on 11 Apr 2012 at 5:02
Original issue reported on code.google.com by
bertrand.marquis
on 4 Dec 2011 at 12:37