Comment 4 for bug 92023

Revision history for this message
Pavel MlĨoch (pavkamlc) wrote :

I have similar problem:

pavka@pavka:~$ hal-device-manager
Traceback (most recent call last):
  File "/usr/bin/hal-device-manager", line 9, in <module>
    import gnome
  File "/usr/lib/python2.5/site-packages/gtk-2.0/gnome/__init__.py", line 13, in <module>
    from _gnome import *
ImportError: No module named _gnome
pavka@pavka:~$ dpkg -s python-gnome2
Package: python-gnome2
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 1224
Maintainer: Ubuntu Desktop Team <email address hidden>
Architecture: i386
Source: gnome-python
Version: 2.19.2-0ubuntu2
Provides: python2.4-gnome2, python2.5-gnome2
Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.13.2), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.6), libcairo2 (>= 1.4.0), libfontconfig1 (>= 2.4.0), libgconf2-4 (>= 2.13.5), libglib2.0-0 (>= 2.13.7), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.19.1), libgnomeui-0 (>= 2.19.1), libgnomevfs2-0 (>= 1:2.17.90), libgtk2.0-0 (>= 2.11.6), libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.8), libpango1.0-0 (>= 1.17.5), libpopt0 (>= 1.10), libsm6, libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxinerama1, libxrandr2 (>= 2:1.2.0), libxrender1, python-support (>= 0.3.4), python (<< 2.6), python (>= 2.4), python-gtk2 (>= 2.10.3), python-pyorbit (>= 2.0.1-4), python-gnomecanvas, python-gconf
Conflicts: python2.3-gnome2, python2.4-gnome2
Description: Python bindings for the GNOME desktop environment
 This archive contains modules that allow you to write GNOME programs
 in Python. This package contains the bindings for the new version 2.0
 of that desktop environment.
 .
 URL: http://www.daa.com.au/~james/software/pygtk/
Original-Maintainer: Sebastien Bacher <email address hidden>
Python-Version: 2.4, 2.5
pavka@pavka:~$ python -c 'import gnome'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/gtk-2.0/gnome/__init__.py", line 13, in <module>
    from _gnome import *
ImportError: No module named _gnome
pavka@pavka:~$