Re: SOAPpy SyntaxError

2008-11-20 Thread Jon-Pierre Gentil
[EMAIL PROTECTED] wrote: I'm going through the SOAP Web Services portion of Mark Pilgrim's tutorial and I'm getting this error when trying to build: File "/Users/username/Desktop/SOAPpy-0.12.0/SOAPpy/Client.py", line 46 from __future__ import nested_scopes SyntaxError: from __future__ imp

SOAPpy SyntaxError

2008-11-20 Thread [EMAIL PROTECTED]
Hello, I'm going through the SOAP Web Services portion of Mark Pilgrim's tutorial and I'm getting this error when trying to build: python setup.py build Traceback (most recent call last): File "setup.py", line 8, in from SOAPpy.version import __version__ File "/Users/username/Desktop/SOA