Advertisement
Guest User

Untitled

a guest
Oct 13th, 2011
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. ====================AMAZON START====================
  2. 20:37:31 T:3054761856 M:2278227968 WARNING: GetLabel - Unknown nodetype requested 6
  3. 20:37:32 T:2862611312 M:2278420480 NOTICE: -->Python Interpreter Initialized<--
  4. 20:37:35 T:2862611312 M:2276847616 NOTICE: ['plugin://plugin.video.amazon/', '0', '?url=""&mode="listmovie"&sitemode="LIST_MOVIE_ROOT"&name="Movies"']
  5. 20:37:35 T:2862611312 M:2276847616 NOTICE: common.args
  6. 20:37:35 T:2862611312 M:2276847616 NOTICE: {'url': '', 'sitemode': 'LIST_MOVIE_ROOT', 'name': 'Movies', 'mode': 'listmovie'}
  7. 20:37:35 T:2862611312 M:2276847616 NOTICE:
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. ====================AMAZON START====================
  15. 20:37:35 T:3054761856 M:2276720640 WARNING: GetLabel - Unknown nodetype requested 6
  16. 20:37:37 T:2862611312 M:2277367808 NOTICE: -->Python Interpreter Initialized<--
  17. 20:37:39 T:2862611312 M:2275979264 NOTICE: ['plugin://plugin.video.amazon/', '0', '?url=""&mode="listmovie"&sitemode="LIST_MOVIES"&name="All+Movies"']
  18. 20:37:39 T:2862611312 M:2275979264 NOTICE: common.args
  19. 20:37:39 T:2862611312 M:2275979264 NOTICE: {'url': '', 'sitemode': 'LIST_MOVIES', 'name': 'All Movies', 'mode': 'listmovie'}
  20. 20:37:39 T:2862611312 M:2275979264 NOTICE:
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. ====================AMAZON START====================
  28. 20:37:40 T:2862611312 M:2275979264 NOTICE: /usr/share/xbmc/addons/script.module.pysqlite/lib/pysqlite2/__init__.py:21: UserWarning: For some reason the module 'pysqlite2' couldn't get access to '__main__'. This may prevent certain backward compatility modes from operating correctly.
  29. warnings.warn("For some reason the module '" + str(__name__) + "' couldn't get access to '__main__'. This may prevent certain backward compatility modes from operating correctly.")
  30. 20:37:40 T:2862611312 M:2275979264 NOTICE: /usr/share/xbmc/addons/script.module.pysqlite/lib/pysqlite2/__init__.py:30: UserWarning: Unable to import sqlite3. This probably means you're on a version of python prior to 2.5 and trying to run an old script.
  31. warnings.warn("Unable to import sqlite3. This probably means you're on a version of python prior to 2.5 and trying to run an old script.")
  32. 20:37:40 T:2862611312 M:2275979264 ERROR: Error Type: exceptions.ImportError
  33. 20:37:40 T:2862611312 M:2275979264 ERROR: Error Contents: No module named sqlite3
  34. 20:37:40 T:2862611312 M:2275979264 ERROR: Traceback (most recent call last):
  35. File "/home/evanl81/.xbmc/addons/plugin.video.amazon/default.py", line 52, in ?
  36. modes ( )
  37. File "/home/evanl81/.xbmc/addons/plugin.video.amazon/default.py", line 50, in modes
  38. exec 'sitemodule.%s()' % common.args.sitemode
  39. File "<string>", line 1, in ?
  40. File "/home/evanl81/.xbmc/addons/plugin.video.amazon/resources/lib/listmovie.py", line 96, in LIST_MOVIES
  41. import movies as moviesDB
  42. File "/home/evanl81/.xbmc/addons/plugin.video.amazon/resources/lib/movies.py", line 14, in ?
  43. from pysqlite2 import dbapi2 as sqlite
  44. File "/usr/share/xbmc/addons/script.module.pysqlite/lib/pysqlite2/__init__.py", line 31, in ?
  45. raise e
  46. ImportError: No module named sqlite3
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement