MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.3k stars 1.59k forks source link

added brackets to error in __init__.py #545

Closed Cheoklate closed 1 year ago

Cheoklate commented 1 year ago

Traceback (most recent call last): File "setup.py", line 73, in from youtube_dl_gui import ( File "/home/gcheok/contributions/youtube-dl-gui/youtube_dl_gui/init.py", line 26 print error ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(error)?

axcore commented 1 year ago

You are trying to run a Python2 application using Python3.