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

Python syntax error #31

Open
Progra-MMO opened this issue Dec 3, 2023 · 0 comments
Open

Python syntax error #31

Progra-MMO opened this issue Dec 3, 2023 · 0 comments

Comments

@Progra-MMO
Copy link

Hello, I'm having this issue.

I'm trying to use this to download files from a friend's Plex to my own library.

python plexdl.py
File "~Git/ilyaz/PlexDownloader/plexdl.py", line 59
print "Starting PlexDownloader Web Manager..."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
[ PlexDownloader]$ vi plexdl.py
[ PlexDownloader]$ python plexdl.py
File "~Git/ilyaz/PlexDownloader/plexdl.py", line 62
print "Starting Plex Scraper..."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
[ PlexDownloader]$ vim plexdl.py
[ PlexDownloader]$ python plexdl.py
File "~Git/ilyaz/PlexDownloader/plexdl.py", line 156
print "PlexDownloader - v0.07"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Fedora 39
python --version
Python 3.12.0

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

1 participant