Skip to content
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

SyntaxError: invalid syntax in main.py, L117 #1

Open
elpimous opened this issue Jan 21, 2018 · 2 comments
Open

SyntaxError: invalid syntax in main.py, L117 #1

elpimous opened this issue Jan 21, 2018 · 2 comments

Comments

@elpimous
Copy link

elpimous commented Jan 21, 2018

Hi Reuben,
I encounter an error, trying main.py ?!

  File "main.py", line 117
    cmd, *args = self._queue.get()
         ^
SyntaxError: invalid syntax

'*' error ?

@elpimous
Copy link
Author

other error :

python main.py /media/nvidia/neo_backup/elpimous_utils/output_graph.pb

QXcbConnection: Failed to initialize XRandr
Qt: XKEYBOARD extension not present on the X server.
Traceback (most recent call last):
  File "main.py", line 385, in <module>
    demo = MainWidget()
  File "main.py", line 186, in __init__
    super().__init__()
TypeError: super() takes at least 1 argument (0 given)

@flyser
Copy link

flyser commented Feb 1, 2018

You need to run this script using python 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants