Differences between revisions 1 and 2
Revision 1 as of 2005-09-29 23:48:56
Size: 261
Editor: 204
Comment:
Revision 2 as of 2008-07-08 11:27:43
Size: 261
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

If you're getting

  • File "xml\sax\saxexts.pyc", line 77, in make_parser

    xml.sax._exceptions.SAXReaderNotAvailable: No parsers found

Try adding this to your setup.py py2exe command line:

  • --packages xml.sax.drivers,xml.sax.drivers2

Py2exeAndPyXML (last edited 2008-07-08 11:27:43 by localhost)