[pygtk] gnome-python _gnomevfs.so error
Justin Hibbits
chmeeedalf at gmail.com
Sun May 11 11:57:43 WST 2008
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
More information about the pygtk
mailing list