SyntaxError: invalid syntax
Mahdi-ME opened this issue · 1 comments
Mahdi-ME commented
This error is receiving:
$ sudo python efibootmgr-gui.py
Traceback (most recent call last):
File "efibootmgr-gui.py", line 9, in
import efibootmgr
File "/home/m/Downloads/efibootmgr-gui-master/efibootmgr.py", line 7
print(*cmd)
^
SyntaxError: invalid syntax
Elinvention commented
You need to run it with python3 and you don't need sudo 😄