| ⇤ ← Revision 1 as of 2005-09-29 23:48:56   Size: 261 Comment:  |  ← Revision 2 as of 2008-07-08 11:27:43  ⇥ Size: 261 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

