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. -- http://mail.python.org/mailman/listinfo/python-list