Advertisement
Guest User

Untitled

a guest
Jan 24th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.33 KB | None | 0 0
  1. 19:48:43 T:6500 M:1101365248  NOTICE: -->Python Interpreter Initialized<--
  2. 19:48:43 T:6500 M:1101365248   DEBUG: XBPyThread::Process - The source file to load is C:\XBMC\addons\script.xbmc.subtitles\default.py
  3. 19:48:43 T:6500 M:1101365248   DEBUG: XBPyThread::Process - Setting the Python path to C:\XBMC\addons\script.xbmc.subtitles;C:\Users\Spatzy\AppData\Roaming\XBMC\addons\script.module.simplejson\lib;C:\Users\Spatzy\AppData\Roaming\XBMC\addons\script.module.beautifulsoup\lib;C:\XBMC\addons\script.module.pil\lib;C:\XBMC\addons\script.module.pysqlite\lib;special://xbmc/system/python/DLLs;special://xbmc/system/python/Lib;special://xbmcbin/system/python/python24.zip;special://xbmc/system/python\DLLs;special://xbmc/system/python\lib;special://xbmc/system/python\lib\plat-win;special://xbmc/system/python\lib\lib-tk;C:\XBMC
  4. 19:48:43 T:6500 M:1101365248   DEBUG: XBPyThread::Process - Entering source directory C:\XBMC\addons\script.xbmc.subtitles
  5. 19:48:43 T:6500 M:1101361152   DEBUG: ### [XBMC Subtitles] - Version: 2.9.0
  6. 19:48:44 T:7020 M:1101369344   DEBUG: CAnnouncementManager - Announcement: PlaybackPaused from xbmc
  7. 19:48:44 T:7020 M:1101369344   DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  8. 19:48:44 T:6500 M:1101066240   DEBUG: LoadLibraryExA called with flags:
  9.                                              - LOAD_WITH_ALTERED_SEARCH_PATH
  10. 19:48:44 T:6500 M:1101066240   DEBUG: Win32DllLoader::Load(special://xbmc/system/python/DLLs\unicodedata.pyd)
  11. 19:48:44 T:6500 M:1101012992    INFO: -->Python script returned the following error<--
  12. 19:48:44 T:6500 M:1101012992   ERROR: Error Type: exceptions.ImportError
  13. 19:48:44 T:6500 M:1101012992   ERROR: Error Contents: No module named xbmcvfs
  14. 19:48:44 T:6500 M:1100967936   ERROR: Traceback (most recent call last):
  15.                                               File "C:\XBMC\addons\script.xbmc.subtitles\default.py", line 24, in ?
  16.                                                 import gui
  17.                                               File "C:\XBMC\addons\script.xbmc.subtitles\resources\lib\gui.py", line 13, in ?
  18.                                                 import xbmcvfs
  19.                                             ImportError: No module named xbmcvfs
  20. 19:48:44 T:6500 M:1100967936    INFO: -->End of Python script error report<--
  21. 19:48:44 T:6500 M:1100935168    INFO: Python script stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement