[Twisted-Python] Problem with twisted SOAP support

Justin Johnson justinjohnson at gmail.com
Tue Jul 20 16:05:32 EDT 2004


Maybe this should appear in the list of dependencies for the download
at http://twistedmatrix.com/products/download.

On Tue, 20 Jul 2004 15:57:52 -0400, Jp Calderone <exarkun at divmod.com> wrote:
> 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
> 
> 
> 
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>




More information about the Twisted-Python mailing list