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/sax2ext
s.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.
The server works fine interpreted so it seems to be a
cx_freeze issue.
Things I have tried:
1. completely rebuilding python 2.3.5 with the expat. Did
not work.
2. Explicitly importing sax components. Did not work.
3. Various command line --include-modules with cx_freeze.
Did not
work.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|