[Python-Dev] Sharing expat instances
Fredrik Lundh
fredrik at pythonware.com
Thu Dec 15 08:02:48 CET 2005
I wrote:
> my current idea is to
>
> 1. include it under a different name (_elementtree.so)
>
> 2. add a cElementTree.py under xml.etree, which simply does
>
> from _elementtree import *
I've implemented this, for now.
can anyone with a working windows setup look at building the
_elementtree module for windows ?
(see the setup.py file for build options; it wants the same defines
as pyexpat, plus one extra define.).
</F>
More information about the Python-Dev
mailing list