JonathanTaquet / Oe2sSLE

Open e2sSample.all Library Editor (Oe2sSLE) for Electribe Sampler
GNU General Public License v2.0
83 stars 20 forks source link

not sure if i've messed up my install or can't compile #30

Open MrHanimi opened 5 years ago

MrHanimi commented 5 years ago

pyaudio and and pip installed error message below seems to be a compilation error but i'm no expert

nishios-MacBook-Pro:Oe2sSLE-master nishio$ python Oe2sSLE_GUI.py File "Oe2sSLE_GUI.py", line 1167 self.activeStepsTrace[j] = self.activeSteps[j].trace('w', lambda *args, j=j: self._activeStepEdit(j)) ^ SyntaxError: invalid syntax

JonathanTaquet commented 5 years ago

hi, on Mac, when I configured my environment I remember it could be a nightmare... also I do not have a working Mac anymore so I don't know if it is still working on Mac.

When I configured a development environment, if I remember, I used homebrew and a python virtualenv.

try: python --version I think it could be you are using python 2.7.X instead of 3.4+.

you may have a try with python3 Oe2sSLE_GUI.py

Moreover, have a look at Issues #24 and #20, because you will probably need to install a new version of tcl/tk.

Good luck!