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

SyntaxError: Missing parentheses #21

Open
1liminal1 opened this issue Aug 27, 2018 · 1 comment
Open

SyntaxError: Missing parentheses #21

1liminal1 opened this issue Aug 27, 2018 · 1 comment

Comments

@1liminal1
Copy link

Trying to get started with a fresh install, on Server 2016, not sure if this is something I'm doing wrong?

Any help would be appreciated :)

C:\LazyLibrarian>LazyLibrarian.py
  File "C:\LazyLibrarian\LazyLibrarian.py", line 90
    print "Daemonize not supported under Windows, starting normally"
                                                                   ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Daemonize not supported under Windows, starting normally")?
@1liminal1
Copy link
Author

Right, so it looks like this is because I'm using Python 3.

It does say on the install'

"Install Python 2.6 or higher"

So I cant use the newer version of Python?

Thanks

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