What version of Ableton were you using when developing this? When I try to install, I get the following error:
[tt]$ cat /Users/Myer/Library/Preferences/Ableton/Live\ 9.7.7/Log.txt | grep RemoteScriptError
2437 ms. RemoteScriptError: Traceback (most recent call last):
2437 ms. RemoteScriptError: File "<string>", line 1, in <module>
2438 ms. RemoteScriptError: File "/Applications/Ableton Live 9 Lite.app/Contents/App-Resources/MIDI Remote Scripts/AAminilab_mk2_custom_script/__init__.py", line 2, in <module>
2438 ms. RemoteScriptError:
2438 ms. RemoteScriptError: from .test import test # you import your main program during the initialisation of your script
2438 ms. RemoteScriptError: File "/Applications/Ableton Live 9 Lite.app/Contents/App-Resources/MIDI Remote Scripts/AAminilab_mk2_custom_script/test.py", line 29, in <module>
2438 ms. RemoteScriptError:
2439 ms. RemoteScriptError: from .HardwareSettingsComponent import HardwareSettingsComponent
2439 ms. RemoteScriptError: File "/Applications/Ableton Live 9 Lite.app/Contents/App-Resources/MIDI Remote Scripts/AAminilab_mk2_custom_script/HardwareSettingsComponent.py", line 12, in <module>
2439 ms. RemoteScriptError:
2439 ms. RemoteScriptError: class HardwareSettingsComponent(ControlSurfaceComponent):
2439 ms. RemoteScriptError: File "/Users/versonator/Jenkins/live/output/mac_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/SubjectSlot.py", line 99, in __new__
2439 ms. RemoteScriptError: File "/Users/versonator/Jenkins/live/output/mac_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/SubjectSlot.py", line 85, in setup_subject
2439 ms. RemoteScriptError: File "/Users/versonator/Jenkins/live/output/mac_64_static/Release/python-bundle/MIDI Remote Scripts/_Framework/SubjectSlot.py", line 38, in subject_add_event
2440 ms. RemoteScriptError: AttributeError
2440 ms. RemoteScriptError: :
2440 ms. RemoteScriptError: 'unicode' object has no attribute 'signal'
2440 ms. RemoteScriptError: [/tt]