Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error starting spyder on Ubuntu 15.0

Currently on update version of Ubuntu 15.10 and updated most recent version of Anaconda2

$ python -V
Python 2.7.11 :: Anaconda 2.5.0 (64-bit)

I get this in terminal but spyder opens up and seems fine.

GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.

(python:21685): Gtk-WARNING **: GModule (/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so) initialization check failed: GLib version too old (micro mismatch)

(python:21685): Gtk-WARNING **: Loading IM context type 'ibus' failed

(python:21685): Gtk-WARNING **: GModule (/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so) initialization check failed: GLib version too old (micro mismatch)

(python:21685): Gtk-WARNING **: Loading IM context type 'ibus' failed

(python:21685): Gtk-WARNING **: GModule (/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so) initialization check failed: GLib version too old (micro mismatch)

(python:21685): Gtk-WARNING **: Loading IM context type 'ibus' failed

It's telling me my GLIB version is too old. Well, I am too old but I dont see why it has to be glib about it (groan). Anyway, is there a recommended solution besides ignoring these warnings?

like image 761
aquagremlin Avatar asked Feb 19 '16 01:02

aquagremlin


1 Answers

Found here that this error can be related to anaconda installing PyQt5 alongside native PyQt4.

like image 169
Maviles Avatar answered Nov 03 '22 06:11

Maviles