2012-11-22, 19:10
I am testing the Frodo Beta 1 install and when I try to run the Amazon Instant plugin from bluecop I get two script errors. The issue is related to two missing modules; mechanize and demjson. The errors are like the following related to the mechanize. I commented out that line and then later received a similar error for the demjson. How can I add these modules into my Frodo install?
10:01:37 T:4896 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 mechanize
Traceback (most recent call last):
File "MYPATH\XBMC\addons\plugin.video.amazon\default.py", line 12, in <module>
import resources.lib.common as common
File "MYPATH\XBMC\addons\plugin.video.amazon\resources\lib\common.py", line 6, in <module>
import mechanize
ImportError: No module named mechanize
-->End of Python script error report<--
10:01:37 T:4896 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 mechanize
Traceback (most recent call last):
File "MYPATH\XBMC\addons\plugin.video.amazon\default.py", line 12, in <module>
import resources.lib.common as common
File "MYPATH\XBMC\addons\plugin.video.amazon\resources\lib\common.py", line 6, in <module>
import mechanize
ImportError: No module named mechanize
-->End of Python script error report<--