MrS0m30n3 / youtube-dl-gui

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

.... what #515

Open ghost opened 3 years ago

ghost commented 3 years ago

Traceback (most recent call last): File "/home/jayjames/tmp/youtube-dl-gui/setup.py", line 73, in from youtube_dl_gui import ( File "/home/jayjames/tmp/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 3 years ago

You are trying to run a Python2 application using Python3.

This project is abandoned, try this fork or this one.