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 <mjwat...@gmail.com> 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 web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.