PDA

View Full Version : [ubuntu] ubuntu 11.10 gResistor error plase help



qpens
October 13th, 2011, 08:30 PM
(gresistor:2547): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(gresistor:2547): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(gresistor:2547): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(gresistor:2547): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
Traceback (most recent call last):
File "/usr/bin/gresistor", line 20, in <module>
from SimpleGladeApp import SimpleGladeApp
File "/usr/share/gresistor/SimpleGladeApp.py", line 28, in <module>
import gtk.glade
ImportError: No module named glade


How can I fix this problem?

carranty
October 14th, 2011, 11:21 AM
I get a similar problem when running nvidia-settings. Hopefully someone will come to our rescue!

carranty
October 14th, 2011, 11:25 AM
Having looked around online I found a post that recommended you install gtk2-engines-pixbuf. Open a terminal and type

sudo apt-get install gtk2-engines-pixbuf

That solved the problem for me

BobMarleyy
October 15th, 2011, 03:21 PM
Having looked around online I found a post that recommended you install gtk2-engines-pixbuf. Open a terminal and type

sudo apt-get install gtk2-engines-pixbuf

That solved the problem for me

Thank you for this suggestion. It fixes the Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap"

I want to add to this post that I've seen this gtk-warning for multiple programs.

qpens
October 16th, 2011, 09:02 PM
After sudo apt-get install gtk2-engines-pixbuf


Traceback (most recent call last):
File "/usr/local/bin/gresistor", line 17, in <module>
from SimpleGladeApp import SimpleGladeApp
File "/usr/local/lib/python2.7/dist-packages/SimpleGladeApp.py", line 28, in <module>
import gtk.glade
ImportError: No module named glade

How to fix that ?

BobMarleyy
October 19th, 2011, 08:54 PM
After sudo apt-get install gtk2-engines-pixbuf


Traceback (most recent call last):
File "/usr/local/bin/gresistor", line 17, in <module>
from SimpleGladeApp import SimpleGladeApp
File "/usr/local/lib/python2.7/dist-packages/SimpleGladeApp.py", line 28, in <module>
import gtk.glade
ImportError: No module named glade

How to fix that ?

I am no expert but try installing glade-gtk2
Maybe you also need libglade2-0 and/or python-glade2

qpens
October 22nd, 2011, 05:37 PM
glade-gtk2 fix the problem thanks Thanks