Hmm, on my machine it doesn't segfault.
I'm using libxml2 2.5.10, though.

Danny Milosavljevic on April 20, 2005 wrote:
 > Hello,
 > 
 > trying this program:
 > #!/usr/bin/env python
 > 
 > import gtk
 > from xml.dom import minidom
 > import exceptions
 > 
 > gtk.icon_theme_get_default()
 > 
 > try:
 >         doc = minidom.parse("doesntmatter")
 >         print doc
 > except exceptions.IOError,s:
 >         pass
 > 
 > with python 2.4 and pygtk 2.4.1 (and libxml2-2.6.16, if that matters)
 > will result in a segfault. Anyone confirm ?
 > 
 > cheers, 
 >   Danny
 > 
 > -- 
 > www.keyserver.net key id A334AEA6
 > 
 > _______________________________________________
 > pygtk mailing list   [email protected]
 > http://www.daa.com.au/mailman/listinfo/pygtk
 > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to