[Pythonmac-SIG] [BangPypers] python-sap webservices

bhaskar jain bhaskar.jain2002 at gmail.com
Thu Sep 10 06:55:07 CEST 2009


"__future__ is a special module used to change the behaviour of the parser,
so it is extremely important that it occur in the beginning of your module.
 Just move the imports to the top of your code, and that's all there is to
it."



On Thu, Sep 10, 2009 at 10:02 AM, sudhakar s <ssquery at gmail.com> wrote:

> Hi,  This is sudhakar, i am using python frame work and now concentrating
> on working on web services in python.
>    I installed SOAPpy-0.12.0 on mac but getting errors as below:
>
> venj:SOAPpy-0.12.0 venkata$ python setup.py build
>
> Traceback (most recent call last):
>
>   File "setup.py", line 8, in <module>
>     from SOAPpy.version import __version__
>   File "/Applications/SOAPpy-0.12.0/SOAPpy/__init__.py", line 5, in
> <module>
>     from Client      import *
>   File "/Applications/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
>
> venj:SOAPpy-0.12.0 venkata$ python setup.py install
>
> Traceback (most recent call last):
>   File "setup.py", line 8, in <module>
>     from SOAPpy.version import __version__
>   File "/Applications/SOAPpy-0.12.0/SOAPpy/__init__.py", line 5, in
> <module>
>     from Client      import *
>   File "/Applications/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
>
> Hey please suggest me how to solve this error.
>
> Hey actually whats my requirement is i need to gather information from SAP
> system and Store it in Python appliction server.
> For this i am thinking to construct a web service on python in order to get
> the data from SAP system. Is this the correct way or is there
> any other possibility get in formation and store it in python application
> and i use mysql database for python.
>
> Please give your  valuable suggestion.
>
> Waiting for early reply.
>
> with regards
> S Sudhakar.
>
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090910/375f08a1/attachment-0001.htm>


More information about the Pythonmac-SIG mailing list