[Python-Dev] Sharing expat instances (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Thu Dec 15 08:02:48 CET 2005
- Previous message: [Python-Dev] Sharing expat instances
- Next message: [Python-Dev] Sharing expat instances
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.).
- Previous message: [Python-Dev] Sharing expat instances
- Next message: [Python-Dev] Sharing expat instances
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]