[Twisted-Python] Problem with twisted SOAP support

Jp Calderone exarkun at divmod.com
Tue Jul 20 15:57:52 EDT 2004


John Toohey wrote:
> I get the following error when trying to import the SOAP support :-
>   File "./cacheserver/main.py", line 16, in ?
>     from twisted.web import xmlrpc, server, resource, soap
>   File  "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ 
> python2.3/site-packages/twisted/web/soap.py", line 32, in ?
>     import SOAPpy
> ImportError: No module named SOAPpy
> 
> Is there an additional lib that I need to download and install?

   Yes.  Twisted's support is mainly just an integration layer between 
the SOAP parser/generator that SOAPpy provides and Twisted's own I/O layers.

   I believe the required module is available on sourceforge:

     http://pywebsvcs.sourceforge.net/

   Jp




More information about the Twisted-Python mailing list