On mer, 2009-05-20 at 10:46 -0700, Filip Defoort wrote:
> >> 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 ?

Not specifically. I started thinking it's a binary compatibility
problem. I'm awaiting the results of this test I've earlier suggested
you to do:

> 
> >> 3/ doing something aggressive like linking /usr/lib/python2.5
> to /usr/
> >> lib/python2.4 on CentOS causes the application to segfault.
> >
> > In this specific scenario (segfault), can you try again after
> reverting
> > commit [652] in PyInstaller and building a new executable?
> 
> Will try and let you know.

-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com



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