2012-12-29, 17:36
Hello,
I have problem with run subtitles to xbmc on ubuntu. When I run subtitles on movie I get error of the script. I tried:
a) completely uninstall xbmc with clear .xbmc directory,
b) install xbmc 12 (before that I had a version 11)
c) uninstall and install subtitles add-on
d) change skin's
I had no idea...please help me....
[/code][/quote]
Log:
I have problem with run subtitles to xbmc on ubuntu. When I run subtitles on movie I get error of the script. I tried:
a) completely uninstall xbmc with clear .xbmc directory,
b) install xbmc 12 (before that I had a version 11)
c) uninstall and install subtitles add-on
d) change skin's
I had no idea...please help me....
[/code][/quote]
Log:
Code:
Starting XBMC (12.0-RC2 Git:8e45737), Platform: Linux (Ubuntu 12.04.1 LTS, 3.2.0-35-generic x86_64). Built on Dec 20 2012
(...)
6:22:59 T:140507211839360 INFO: initializing python engine.
16:22:59 T:140507211839360 DEBUG: new python thread created. id=6
16:22:59 T:140505620907776 NOTICE: Thread XBPyThread start, auto delete: false
16:22:59 T:140505620907776 DEBUG: Python thread: start processing
16:22:59 T:140505620907776 NOTICE: -->Python Interpreter Initialized<--
16:22:59 T:140505620907776 DEBUG: Process - The source file to load is /home/xbmc/.xbmc/addons/script.xbmc.subtitles/default.py
16:22:59 T:140505620907776 DEBUG: Process - Setting the Python path to /home/xbmc/.xbmc/addons/script.xbmc.subtitles:/home/xbmc/.xbmc/addons/script.module.t0mm0.common/lib:/usr/share/xbmc/addons/script.module.simplejson/lib:/home/xbmc/.xbmc/addons/weather.wunderground/resources/lib/wunderground:/home/xbmc/.xbmc/addons/script.module.myconnpy/lib:/home/xbmc/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/home/xbmc/.xbmc/addons/script.common.plugin.cache/lib:/home/xbmc/.xbmc/addons/script.module.simple.downloader/lib:/home/xbmc/.xbmc/addons/script.module.urlresolver/lib:/home/xbmc/.xbmc/addons/script.module.parsedom/lib:/home/xbmc/.xbmc/addons/script.module.elementtree/lib:/usr/share/xbmc/addons/script.module.pysqlite/lib:/home/xbmc/.xbmc/addons/script.module.metahandler/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PIL:/usr/lib/python2.7/dist-packages/gst-0.10:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7:/usr/lib/python2.7/dist-packages/ubuntu-sso-client:/usr/lib/python2.7/dist-packages/ubuntuone-client:/usr/lib/python2.7/dist-packages/ubuntuone-control-panel:/usr/lib/python2.7/dist-packages/ubuntuone-couch:/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol:
16:22:59 T:140505620907776 DEBUG: Process - Entering source directory /home/xbmc/.xbmc/addons/script.xbmc.subtitles
16:22:59 T:140505620907776 DEBUG: Instantiating addon using automatically obtained id of "script.xbmc.subtitles" dependent on version 2.1 of the xbmc.python api
16:22:59 T:140505620907776 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named source
Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/script.xbmc.subtitles/default.py", line 22, in <module>
import gui
File "gui.py", line 27, in <module>
import source as src
ImportError: No module named source
-->End of Python script error report<--
16:22:59 T:140507211839360 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
16:22:59 T:140505620907776 INFO: Python script stopped
16:22:59 T:140505620907776 DEBUG: Thread XBPyThread 140505620907776 terminating
16:22:59 T:140507211839360 DEBUG: waiting for python thread 6 to stop
16:22:59 T:140507211839360 DEBUG: python thread 6 destructed