Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Getting SOAP working w/ Activestate Python?

0 views
Skip to first unread message

Robb Shecter

unread,
Jul 16, 2002, 3:03:48 PM7/16/02
to
Hi,

I've got Activestate Python installed (Python 2.2.1), and used the
Python Package Manager to install the two packages:

ZSI 1.1
PyXML 0.7

However, I haven't gotten any demos to work yet.

These two packages are the two available from Activestate. Are they
compatible? Why should I have to install PyXML explicitly? Isn't XML
support built in to the latest version of Python?

Thanks,
Robb

Trent Mick

unread,
Jul 16, 2002, 4:39:05 PM7/16/02
to
[Robb Shecter wrote]

> Hi,
>
> I've got Activestate Python installed (Python 2.2.1), and used the
> Python Package Manager to install the two packages:
>
> ZSI 1.1
> PyXML 0.7
>
> However, I haven't gotten any demos to work yet.

What demos were you trying?

>
> These two packages are the two available from Activestate. Are they
> compatible?

ZSI should state whether is requires PyXML or not. (The base Python XML
support vs. PyXML is a little bit of a mess.) I found this:
"The ZSI module, which is part of the Python Web Services project at
Sourceforge, requires Python 2.0 or later and PyXML 0.6 or later."
here:
http://www.xmlhack.com/read.php?item=1572
Check out this link for more info:
http://pywebsvcs.sourceforge.net/


> Why should I have to install PyXML explicitly? Isn't XML
> support built in to the latest version of Python?

Python *does* ship with some XML support. You get "more" support via the
PyXML package. I am no XML in Python expert but my understanding is that
if you do any serious XML work in Python then you generally want the
PyXML package installed. PyXML is distributed separately from Python
probably a little bit for historical reasons (some XML stuff wasn't
ready when Python X.X was ready to ship) and more so because development
on Python's XML support was (and perhaps still is) moving faster than
development of Python itself.


Cheers,
Trent

--
Trent Mick
Tre...@ActiveState.com


0 new messages