Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants