trdlo / client175

Automatically exported from code.google.com/p/client175
GNU General Public License v3.0
0 stars 0 forks source link

invalid syntax on line 208 in server.py #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. untared client175 on arch linux build with all dependencies
2. modified the site.conf to include the music dir
3. ran python server.py

What is the expected output? What do you see instead?
expected outcome is server should be working. received error:

# python server.py
  File "server.py", line 208
    print args
             ^
SyntaxError: invalid syntax

Please use labels and text to provide additional information.

i tried to run the server as both root and local user. it had the same error 
both way. any help would be great. Thank you!

Original issue reported on code.google.com by shermand...@gmail.com on 2 Mar 2013 at 12:11

GoogleCodeExporter commented 8 years ago
The error would indicate that you are running this with python 3.  Client175 is 
built for python 2.7.

Odds are you already have both python 3.x and python 2.x installed at the same 
time.  If python 3 is the default on your computer, there may be something like 
python27 or python2 that links to the python 2 binary.

If it's not installed already, it should be easy enough to get.

Original comment by cseic...@gmail.com on 2 Mar 2013 at 2:15

GoogleCodeExporter commented 8 years ago
withdrawn, i can't believe i missed that. sorry for taking up your time and 
thank you for your quick response!

Original comment by shermand...@gmail.com on 2 Mar 2013 at 2:27