py2exe & pyxml

Martin v. Löwis martin at v.loewis.de
Tue Sep 16 15:41:30 EDT 2003


"Kathleen Kudzma" <kmkstyle at hotmail.com> writes:

> PROBLEM: When I try to create a classReader object I get an exception:
> "SAXReaderNotAvailable: No parsers found".  This only happens when I
> run the .EXE; it does not happen if I run the .PY file.  When I'm
> running the .EXE this exception doesn't happen immediately.  It
> happens as soon as I try to create a classReader object.

You have to explicitly ask py2exe to include pyexpat in the
executable. RTFM.

Regards,
Martin




More information about the Python-list mailing list