[XML-SIG] Newbie question not answered? (was "RE: [XML-SIG] XML-Howto update--->Where?")

Mark Hammond MHammond@skippinet.com.au
Mon, 15 Mar 1999 16:00:14 +1100


> The question is where to find the most recent complete XML package?
> The original note (below) detailed the places I tried
> unsuccessfully.
>
> I only have Windows available and I do not currently have a C/C++
> development environment set up. If the answer is that I must setup a

The page http://www.python.org/sigs/xml-sig/files/ has the releases.
I just downloaded version 0.5, and it seems to include all the
binaries you need for windows.

testxml.py failed with:
  File "L:\src\pythonex\xml\test\regrtest.py", line 31, in ?
    import test_support
ImportError: No module named test_support

But all the individual tests seem fine.

So you shouldnt need C++ at all!

Mark.