-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't find glib module under RHEL 5.5 #232
Comments
(by jpdavis) jpdavis: sudo backintime-gnome Back In Time Back In Time comes with ABSOLUTELY NO WARRANTY. which: no gloobus-preview in (/usr/bin:/bin) |
(by danleweb) Regards, |
(by jpdavis) So my choices are to use backintime 1.0 without the gui, or go back to version 0.9. Feel free to convert this bug into a question. |
(by danleweb) Regads, |
(by germar) |
Installed version backintime-1.0.4, then found that backintime-gnome can't import the glib module, even though yum shows that I do have glib2, pygtk2, and pygobject2:
root: rpm -qa redhat-release
redhat-release-5Client-5.5.0.2
root: uname -a
Linux ******************* 2.6.18-194.26.1.el5 #1 SMP Fri Oct 29 14:21:16 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
root: python -V
Python 2.4.3
jpdavis: sudo backintime-gnome
Traceback (most recent call last):
File "/usr/share/backintime/gnome/app.py", line 50, in ?
import snapshotsdialog
File "/usr/share/backintime/gnome/snapshotsdialog.py", line 34, in ?
import gnometools
File "/usr/share/backintime/gnome/gnometools.py", line 20, in ?
import glib
ImportError: No module named glib
jpdavis: sudo backintime-gnome
Traceback (most recent call last):
File "/usr/share/backintime/gnome/app.py", line 50, in ?
import snapshotsdialog
File "/usr/share/backintime/gnome/snapshotsdialog.py", line 34, in ?
import gnometools
File "/usr/share/backintime/gnome/gnometools.py", line 20, in ?
import glib
ImportError: No module named glib
jpdavis: sudo yum list installed 'glib2_' 'pygtk2_' 'pygobj*'
Loaded plugins: filter-data, keys, list-data, rhnplugin, security, versionlock
Reading version lock configuration
Installed Packages
glib2.i386 2.12.3-4.el5_3.1 installed
glib2.x86_64 2.12.3-4.el5_3.1 installed
glib2-devel.i386 2.12.3-4.el5_3.1 installed
glib2-devel.x86_64 2.12.3-4.el5_3.1 installed
pygobject2.x86_64 2.12.3-0.1.el5.test installed
pygobject2-devel.x86_64 2.12.3-0.1.el5.test installed
pygobject2-doc.x86_64 2.12.3-0.1.el5.test installed
pygtk2.x86_64 2.10.1-12.el5 installed
pygtk2-codegen.x86_64 2.10.1-12.el5 installed
pygtk2-devel.i386 2.10.1-12.el5 installed
pygtk2-devel.x86_64 2.10.1-12.el5 installed
pygtk2-libglade.x86_64 2.10.1-12.el5 installed
Could this be due to not having a 32-bit pygobject2?
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered: