Building of SOAPpy 0.12.0 (and earlier versions) fails on Python 2.5 and Python 2.6.
Transcript of build with Python 2.5:
------------------
% python2.5 setup.py build
Traceback (most recent call last):
File "setup.py", line 8, in <module>
from SOAPpy.version import __version__
File "/private/tmp/SOAPpy-0.12.0/SOAPpy/__init__.py", line 5, in <module>
from Client import *
File "/private/tmp/SOAPpy-0.12.0/SOAPpy/Client.py", line 46
from __future__ import nested_scopes
SyntaxError: from __future__ imports must occur at the beginning of the file
------------------
Transcript of build with Python 2.6:
------------------
% python2.6 setup.py build
Traceback (most recent call last):
File "setup.py", line 8, in <module>
from SOAPpy.version import __version__
File "/private/tmp/SOAPpy-0.12.0/SOAPpy/__init__.py", line 5, in <module>
from Client import *
File "/private/tmp/SOAPpy-0.12.0/SOAPpy/Client.py", line 46
from __future__ import nested_scopes
SyntaxError: from __future__ imports must occur at the beginning of the file
------------------
While you're at it, adding Distribute/setuptools support, adding "fpconst" & "pyXML" to install_requires, and registering the package at http://pypi.python.org/ would be some nice bonuses!
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
This bug is still present in the latest release. If it has been fixed in svn, can please a new release be made?