> > Uhm... are you using PyInstaller trunk, aren't you? Yup.
> > The following works correctly for me: > > ========================================== > import xml > print xml.__version__ > import xml.sax > print xml.sax.make_parser() > print xml.sax.saxexts.__file__ > ========================================== > > Basically, PyInstaller is correctly packaging and using files from the > _xmlplus directory (which is part of PyXML), instead of the standard xml > library. Moreover, it is correctly able to create the SAX parser, which > is the error that your traceback shows. Hm. Maybe it's SOAPpy that is not correctly importing things ? I could always try to explicitly include xml/xml.sax/xml.sax.saxexts and see what that gives. - Filip --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
