12 Oct
2010
12 Oct
'10
5:54 a.m.
Rémy Oudompheng <remyoudompheng@gmail.com> wrote:
Can you also check for binary incompatibilities in your pygtk modules ? You basicaly need to run readelf -p .rodata $file | grep _PyGtk_API on all binary libraries shipped with a package depending on pygtk. The result should be "gtk._gtk._PyGtk_API" and not "_PyGtk_API".
python-galago-gtk is affected.