XML-toolkit for Windows - binaries available?

Sean Mc Grath digitome at iol.ie
Wed Jun 16 15:37:35 EDT 1999


On 16 Jun 1999 09:41:34 +0200, Lars Marius Garshol <larsga at ifi.uio.no>
wrote:

>
>* Lee Borkman
>| 
>| Can anyone help me out in installing from the standard distribution?
>| I don't have a C-compiler on my system, but I do have nmake/dmake.
>
>I think the web page is out of date, since the /xml/windows directory
>in the CVS does contain the .dll files for pyexpat and sgmlop (and has
>done for quite a while). So just download the ZIP file and they should
>be there.
>
>If not, send me an email and I'll send them to you.
>
The binaries are there but a bit of fiddling is required to
get things working. (This is from memory but here goes)

The pyexpat and sgmlop dlls have to be copied into the
xml/parsers subdirectory. You also need to edit the 
__init__.py file to include 'pyexpat' and 'sgmlop' in
the __all__ string.

Pyexpat requires xmlparse.dll. This dll needs to be
on your path.

I *think* that is what I did to get it all working:-)

Hope it helps,
Sean






More information about the Python-list mailing list