twinther Wrote:Hi kRAyZZed,
You probably need to install the script.module.myconnpy dependency first. I don't think that is available for eden-pre.
This is the Dharma version, but I think you can install it in eden as well:
http://mirrors.xbmc.org/addons/dharma/sc...-0.3.2.zip
When this is installed, you should be able to install the moviequiz-0.4.1 zip file above.
I will soon make an updated version that I am submitting to the repository, but I have a few things I need to fix/tweak first
Br.
Tommy
Thanks for the super quick response
I managed to get it installed using the method you stated - unfortunately, it will install but just not run - get script failed: addon.py when I attempt to.
The following is from my log file - 19:08:10 T:4496 M:2748424192 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
19:08:11 T:4168 M:2748690432 NOTICE: -->Python Interpreter Initialized<--
19:08:11 T:4168 M:2746445824 ERROR: Error Type: <type 'exceptions.ImportError'>
19:08:11 T:4168 M:2746445824 ERROR: Error Contents: No module named simplejson
19:08:11 T:4168 M:2746408960 ERROR: Traceback (most recent call last):
File "C:\Program Files (x86)\XBMC\portable_data\addons\script.moviequiz\addon.py", line 12, in <module>
from quizlib.gui import MenuGui
File "C:\Program Files (x86)\XBMC\portable_data\addons\script.moviequiz\quizlib\gui.py", line 12, in <module>
import highscore
File "C:\Program Files (x86)\XBMC\portable_data\addons\script.moviequiz\quizlib\highscore.py", line 1, in <module>
import simplejson
ImportError: No module named simplejson
I am going to play around with it and see if I cant figure out the problem
~kRAyZZed
EDIT: Problem solved - I grabbed simplejson script from here
http://nervion.us.es/xbmc/addons/eden-pr...implejson/ - after doing a bit of googling
EDIT2: lol ok, well im getting closer - its now installed and it loads up, however I cannot actually click on or select "Play Movie Quiz" or "Play TV Quiz" oddly enough the script has not crashed as I can easily click on the exit icon - at least I have taken a step in the right direction though
Copy of the log for that is here
19:26:10 T:4692 M:2998554624 NOTICE: MySQLDatabase opened
19:26:10 T:4692 M:2998554624 ERROR: Exception in python script callback execution
19:26:10 T:4692 M:2998554624 ERROR: Traceback (most recent call last):
19:26:10 T:4692 M:2998554624 ERROR: File "C:\Program Files (x86)\XBMC\portable_data\addons\script.moviequiz\quizlib\gui.py", line 50, in onInit
19:26:10 T:4692 M:2998542336 ERROR: database = db.connect()
19:26:10 T:4692 M:2998542336 ERROR: File "C:\Program Files (x86)\XBMC\portable_data\addons\script.moviequiz\quizlib\db.py", line 240, in connect
19:26:10 T:4692 M:2998525952 ERROR: return MySQLDatabase(settings)
19:26:10 T:4692 M:2998525952 ERROR: File "C:\Program Files (x86)\XBMC\portable_data\addons\script.moviequiz\quizlib\db.py", line 126, in __init__
19:26:10 T:4692 M:2998517760 ERROR: super(MySQLDatabase, self).postInit()
19:26:10 T:4692 M:2998509568 ERROR: File "C:\Program Files (x86)\XBMC\portable_data\addons\script.moviequiz\quizlib\db.py", line 27, in postInit
19:26:10 T:4692 M:2998509568 ERROR: self._fixMissingTVShowView()
19:26:10 T:4692 M:2998509568 ERROR: File "C:\Program Files (x86)\XBMC\portable_data\addons\script.moviequiz\quizlib\db.py", line 30, in _fixMissingTVShowView
19:26:10 T:4692 M:2998509568 ERROR: self.conn.execute("""
19:26:10 T:4692 M:2998509568 ERROR: AttributeError
19:26:10 T:4692 M:2998509568 ERROR: :
19:26:10 T:4692 M:2998509568 ERROR: 'MySQLConnection' object has no attribute 'execute'
19:26:12 T:4692 M:3001683968 ERROR: Exception in python script callback execution
19:26:12 T:4692 M:3001683968 NOTICE: Database closed
19:26:12 T:4692 M:3001683968 ERROR: Traceback (most recent call last):
19:26:12 T:4692 M:3001683968 ERROR: File "C:\Program Files (x86)\XBMC\portable_data\addons\script.moviequiz\quizlib\gui.py", line 120, in onClick
19:26:12 T:4692 M:3001696256 ERROR: w = GameTypeDialog(game.GAMETYPE_MOVIE, item.getProperty('id'))
19:26:12 T:4692 M:3001696256 ERROR: AttributeError
19:26:12 T:4692 M:3001696256 ERROR: :
19:26:12 T:4692 M:3001696256 ERROR: 'NoneType' object has no attribute 'getProperty'
19:26:14 T:4692 M:3001995264 ERROR: Exception in python script callback execution
19:26:14 T:4692 M:3001995264 ERROR: Traceback (most recent call last):
19:26:14 T:4692 M:3001995264 ERROR: File "C:\Program Files (x86)\XBMC\portable_data\addons\script.moviequiz\quizlib\gui.py", line 125, in onClick
19:26:14 T:4692 M:3001987072 ERROR: w = GameTypeDialog(game.GAMETYPE_TVSHOW, item.getProperty('id'))
19:26:14 T:4692 M:3001987072 ERROR: AttributeError
19:26:14 T:4692 M:3001987072 ERROR: :
19:26:14 T:4692 M:3001987072 ERROR: 'NoneType' object has no attribute 'getProperty'