On 2013-03-23 15:50:18, Matías Bellone wrote: > On Sat, Mar 23, 2013 at 3:37 PM, Sebastian Ramacher > <[email protected]> wrote: > > Control: tag -1 + moreinfo > > > > Hi Matias, > > > > On 2013-03-23 14:17:35, Matias Bellone wrote: > >> from gtk import _gtk > >> Segmentation fault > > > > this looks very much like #697402. Probably you have a Python module > > installed that imports gi.repository.Gtk or is linked against > > libgtk-3.so.0. Could you please check if that is the case? > > > > More than happy to do so but I have no idea how to do it. > > Any suggestions?
Running
LD_DEBUG=libs python -c 'help("modules")' 2>&1 | grep "gtk"
should be enough to see if both libgtk-3 and libgtk-x11-2.0 get loaded.
If you can see libgtk-3.so.0 and libgtk-x11-2.0.so.0 in the output of
that command, it's the same problem as described in #697402.
Regards
--
Sebastian Ramacher
signature.asc
Description: Digital signature

