lazylibrarian / LazyLibrarian

188 stars 35 forks source link

SyntaxError: Missing parentheses #21

Open 1liminal1 opened 6 years ago

1liminal1 commented 6 years ago

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 commented 6 years ago

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