Arasu5201 / android-xmlrpc

Automatically exported from code.google.com/p/android-xmlrpc
0 stars 0 forks source link

server.py: invalid syntax (fix: use Python 2 not Python 3) #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Windows7 w/ Python 3.2

  File "server.py", line 12
    print "input x=%s, y=%s" % (str(x), str(y))
                           ^
SyntaxError: invalid syntax

Original issue reported on code.google.com by malac...@gmail.com on 3 Aug 2010 at 8:47

GoogleCodeExporter commented 8 years ago
I'm not part of this project (just wandering by actually) but I thought I'd 
comment.

server.py is written for Python 2 and you are using Python 3.

Original comment by dsno...@gmail.com on 3 Aug 2010 at 9:28

GoogleCodeExporter commented 8 years ago
Doh. Thanks for that.

Original comment by malac...@gmail.com on 3 Aug 2010 at 9:50

GoogleCodeExporter commented 8 years ago
Many thanks to dsnopek for spotting that!

Original comment by JonTheNiceGuy on 12 Sep 2010 at 8:55