>> Can you try with this program:
>>
>> ==========================================
>> import xml
>> print xml.__version__
>> import xml.sax
>> print xml.sax.saxexts.__file__
>> print xml.sax.make_parser()
>> ==========================================
>>
>> This should give us some hints at what it is going on.
>

Ha! This fails on CentOS with the exact same error.

On OpenSuSE I get:

0.8.4
/path/to/build/pyi.linux2/repro/outPYZ1.pyz/xml.sax.saxexts
<xml.sax.expatreader.ExpatParser instance at 0xb7c6396c>

On CentOS 5.3 I get:

0.8.4
/path/to/build/pyi.linux2/repro/outPYZ1.pyz/xml.sax.saxexts
Traceback (most recent call last):
  File "<string>", line 5, in <module>
  File "/path/to/build/pyi.linux2/repro/outPYZ1.pyz/xml.sax.sax2exts",
line 37, in make_parser
  File "/path/to/build/pyi.linux2/repro/outPYZ1.pyz/xml.sax.saxexts",
line 77, in make_parser
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found

Does that shed any light on the situation ?

Thanks,
- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to