Greetings:
I found the answer to my XML parser problem at:
http://www.py2exe.org/index.cgi/Py2exeAndPyXML?highlight=3D%28xml%29
By experimentation I found that the package declarations can also go =
inside setup.py:
>>>>>>>>>>
setup(
options =3D {"py2exe": "packages": ["xml.sax.drivers",
"xml.sax.drivers2",
# additional packages],
# additional py2exe options
}
},
# additional distuils elements
console=3D["yahtBGC.py"]
)
>>>>>>>>>>
The search facility on the new web site helped immensely. My thanks to =
Jimmy for his work on the site. It not only looks nice, it works well, =
too.
Regards,
=A0
Barry
barry.carroll@...
541-302-1107
________________________
We who cut mere stones must always be envisioning cathedrals.
-Quarry worker's creed
|