Oe2sSLE icon indicating copy to clipboard operation
Oe2sSLE copied to clipboard

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

Open MrHanimi opened this issue 6 years ago • 1 comments

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

MrHanimi avatar Dec 05 '18 23:12 MrHanimi

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!

JonathanTaquet avatar Dec 06 '18 19:12 JonathanTaquet