So realistically the soaplib package won't work on GAE due to the lxml
dependency.

Do you know of any other products that I should consider? I only need
to consume web services.

Potentially I could hack soaplib but that seems a little extreme.

Thanks,
Matt

On Feb 8, 3:42 pm, mdipierro <[email protected]> wrote:
> I just tried.
> wget http:///...soaplib-0.8.1 -o ~/Downloads/soaplib-0.8.1.tar
> cd ~/Downloads/
> tar zxvf soaplib-0.8.1.tar
> cd ~/web2py
> cp -r ~/Downloads/soaplib-0.8.1/soaplib site-packages
>
> It works but requires
>     import lxml.etree as ElementTree
>
> and I think that is a binary package that does not work on GAE. I do
> not know if it is already there.
>
> unzipping it into web2py/site-packages should be the way to go.
>
> On Feb 7, 6:38 pm, Matt <[email protected]> wrote:
>
> > Hi there,
>
> > I'm trying to install soaplib as per the following:
>
> >http://www.web2py.com/AlterEgo/default/show/165
>
> > I've downloaded soaplib 0.8.1 from
>
> >http://github.com/jkp/soaplib/downloads
>
> > Now the one step _crucial_ that is missing from the AlterEgo example
> > is where to place the untared soaplib files.
>
> > I've tried both putting it under site-packages and my applications
> > module directory but i still get errors:
>
> > Traceback (most recent call last):
> >   File "/Apps/web2py/gluon/restricted.py", line 173, in restricted
> >     exec ccode in environment
> >   File "/Apps/web2py/applications/testing/controllers/
> > default.py:index", line 3, in <module>
> > ImportError: No module named soaplib.client
>
> > [I'm running this with the GAE launcher]
>
> > Any suggestions?
>
> > Thanks in advance,
> > Matt
>
> > PS: Really impressed with what I've seen in web2py.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to