Page 1 of 1

Error with 1.0.5: ImportError: No module named six.moves

PostPosted: Sun Jul 30, 2017 4:06 pm
by edrabbit
Going from v1.0.3 to v1.0.5 and getting an error on install about missing python module used by the :

Code: Select all
   Sonos Error                     Error in plugin execution InitializeMain:

Traceback (most recent call last):
  File "plugin.py", line 9, in <module>
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 33, in <module>
  File "./lib/gtts/__init__.py", line 2, in <module>
  File "./lib/gtts/tts.py", line 3, in <module>
ImportError: No module named six.moves

Re: Error with 1.0.5: ImportError: No module named six.moves

PostPosted: Sun Jul 30, 2017 4:17 pm
by nlagaros
What version of MacOS and Indigo are you running?

edrabbit wrote:
Going from v1.0.3 to v1.0.5 and getting an error on install about missing python module used by the :

Code: Select all
   Sonos Error                     Error in plugin execution InitializeMain:

Traceback (most recent call last):
  File "plugin.py", line 9, in <module>
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 33, in <module>
  File "./lib/gtts/__init__.py", line 2, in <module>
  File "./lib/gtts/tts.py", line 3, in <module>
ImportError: No module named six.moves

Re: Error with 1.0.5: ImportError: No module named six.moves

PostPosted: Sun Jul 30, 2017 4:25 pm
by edrabbit
OS X 10.9.5
Indigo 7.0.3

Re: Error with 1.0.5: ImportError: No module named six.moves

PostPosted: Sun Aug 06, 2017 4:28 am
by nlagaros
I updated the plugin to v1.0.6 with the six.moves library. Hopefully that is all that was needed.

Re: Error with 1.0.5: ImportError: No module named six.moves

PostPosted: Sun Aug 06, 2017 11:15 am
by edrabbit
Working! :D
Thank you!