On Fri, Aug 10, 2012 at 11:23:10PM +0200, Michael Ludwig wrote: > Daniel Richard G. schrieb am 10.08.2012 um 16:51 (-0400): > > > Can't reproduce here. It's not a Python-version thing; I can run > > generator.py just fine with 2.4.4. > > > > (To Michael Ludwig: You didn't see a stack trace or anything? Could > > you poke around generator.py to see why it's returning non-zero?) > > No stack trace. Here's the full output on STDOUT: > > Found 1607 functions in libxml2-api.xml > Found 55 functions in libxml2-python-api.xml > Generated 889 wrapper functions, 557 failed, 216 skipped > > Missing type converters: [...] > And then on SDTERR: > > Aborted > > The script runs to completion before "Aborted" happens. > > $ python -v generator.py > … > # cleanup sys > # cleanup __builtin__ > # cleanup ints: 24 unfreed ints > # cleanup floats > Aborted > > I don't know Python well. > > Maybe due to some libraries being loaded in wrong versions?
Weird, that script has been working for a decade or so with very little changes .... the only system import which is a bit funky is import xml.sax (heh!) everything else is so common and standard it really should never fail (famous last words !) Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [email protected] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] https://mail.gnome.org/mailman/listinfo/xml
