cx_Freeze 3.0.2 and Linux sax problem.

1stpoint 1stpoint at gmail.com
Fri Mar 3 11:09:08 EST 2006


I am banging my head against the wall.

I have a Web application server that uses xml.sax.  When I build it
using FreezePython I get the following error when trying to use it:


File "/usr/lib/python2.3/site-packages/_xmlplus/sax/sax2exts.py", line
37, in make_parser
File "/usr/lib/python2.3/site-packages/_xmlplus/sax/saxexts.py", line
77, in make_parser
SAXReaderNotAvailable: No parsers found

My command is ./FreezePython --include-modules encodings myscript.py  I
don't see any errors during the build process.  I also statically
import xml and pyexpat within the script itself.

Please help ASAP.




More information about the Python-list mailing list