After battling the Python Gnome VFS module plugin, I've tracked the issue down
to dlopen() of _gnomevfs.so, by disassembling the code surrounding it.  I
found that it is not reading any of the Python symbols when performing the
dlopen(), so dlopen() is returning the error:

Undefine symbol: "PyType_GenericAlloc"

And likely other Python symbols will be errors as well.

This was done on FreeBSD 7.0 with latest py-gnome (gnome-python 2.22.0)

Any help on this?

Thanks,

Justin
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to