cx_Freeze 3.0.2 and Linux sax problem.
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

cx_Freeze 3.0.2 and Linux sax problem.

From: 1stpoint <1stpoint@gmail.com>
Date: Fri Mar 03 2006 - 17:09:08 CET

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.
Received on Sun Apr 30 10:45:13 2006