Page 1 of 1

Scripting shell

PostPosted: Sat Apr 22, 2017 11:06 am
by Asconasny
when i try the scripting shell i get a error, and the shell window exits.

Code: Select all
   Interactive Shell Error         Error in plugin execution InitializeMain:

Traceback (most recent call last):
  File "/Library/Application Support/Perceptive Automation/Indigo 7/IndigoPluginHost.app/Contents/PlugIns/plugin_base.py", line 26, in <module>
  File "/Library/Application Support/Perceptive Automation/Indigo 7/IndigoPluginHost.app/Contents/PlugIns/serial/__init__.py", line 13, in <module>
  File "/Library/Application Support/Perceptive Automation/Indigo 7/IndigoPluginHost.app/Contents/PlugIns/serial/serialutil.py", line 10, in <module>
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py", line 51, in <module>
ImportError: dlopen(/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so, 2): Symbol not found: __PyCodecInfo_GetIncrementalDecoder
  Referenced from: /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
  Expected in: flat namespace
 in /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so


anyone know how to fix this?

Re: Scripting shell

PostPosted: Sat Apr 22, 2017 11:09 am
by FlyingDiver
Delete your homebrew Python install.

Re: Scripting shell

PostPosted: Sat Apr 22, 2017 11:57 am
by Asconasny
jepp, that worked!

I dont even remember why or when i installed python via homebrew.

Thank you