-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot start main.py - SyntaxError: invalid syntax #21
Comments
You are probably using python 2.x, try python3. |
Yes, thank you, that was the problem. Now comes the next one. I have Ubuntu Server, without GUI. In the config i have disabled GUI. when i start main.py: |
what pyqt version are you using? |
PyQt5 (5.10.1) |
@kennerblick did you figure out any solution for 'QMainWindow' is not defined?? |
I have pull the actual master and configured ip and the option no gui. When i start main.py:
" /opt/Systematic-LEDs/python/main.py
File "/opt/Systematic-LEDs/python/main.py", line 1110
for key, label, ui_element, *opts in visualizers[self.board].dynamic_effects_config[effect]:
^
SyntaxError: invalid syntax
"
(the circumflex (^) is under the asterisk(*) bevor opts)
thank you for the effort
The text was updated successfully, but these errors were encountered: