Your message dated Thu, 11 Sep 2008 11:08:09 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#498388: qemulator: gtk and/or glade is not installed -
exiting...
has caused the Debian Bug report #498388,
regarding qemulator: gtk and/or glade is not installed - exiting...
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
498388: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498388
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: qemulator
Version: 0.5-3
Severity: serious
Justification: missing dependencies
Hi,
when I try to start qemulator I get following error:
[EMAIL PROTECTED]:~$ qemulator
gtk and/or glade is not installed - exiting...
[EMAIL PROTECTED]:~$
This looks like there are some dependencies missing or like qemulator is
unable to use the libraries installed by the dependencies.
Regards
Micha
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages qemulator depends on:
ii libglade2-0 1:2.6.2-1 library to load .glade files at ru
ii python 2.5.2-2 An interactive high-level object-o
ii python-central 0.6.8 register and build utility for Pyt
ii python-glade2 2.12.1-6 GTK+ bindings: Glade support
ii python-gtk2 2.12.1-6 Python bindings for the GTK+ widge
Versions of packages qemulator recommends:
ii qemu 0.9.1-6 fast processor emulator
Versions of packages qemulator suggests:
ii python-gnome2-extras 2.19.1-2 Extra Python bindings for the GNOM
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 0.5-3
Hi Raphael,
Raphael Geissert wrote:
> Kind of strange.
>
> What about:
>
> $ python -c "import sys ; print sys.path ; import gtk"
>
> ?
[EMAIL PROTECTED] python -c "import sys ; print sys.path ; import gtk"
['', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2',
'/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload',
'/usr/local/lib/python2.5/site-packages',
'/usr/lib/python2.5/site-packages',
'/usr/lib/python2.5/site-packages/gst-0.10',
'/var/lib/python-support/python2.5',
'/usr/lib/python2.5/site-packages/gtk-2.0',
'/var/lib/python-support/python2.5/gtk-2.0',
'/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode']
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py", line
48, in <module>
from gtk import _gtk
ImportError: No module named cairo
[EMAIL PROTECTED]
After doin an "aptitude reinstall python-cairo" I got
[EMAIL PROTECTED] python -c "import sys ; print sys.path ; import gtk"
['', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2',
'/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload',
'/usr/local/lib/python2.5/site-packages',
'/usr/lib/python2.5/site-packages',
'/usr/lib/python2.5/site-packages/gst-0.10',
'/var/lib/python-support/python2.5',
'/usr/lib/python2.5/site-packages/gtk-2.0',
'/var/lib/python-support/python2.5/gtk-2.0',
'/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode']
[EMAIL PROTECTED]
qemulator is starting now, so apparently something with the package
python-cairo was broken. I guess I hit Ctrl-C on my first try to upgrade
from Etch -> Lenny making some of the maintainer scripts leaving
python-cairo in an inconsistent state. So, nobody to blame here than me.
I consider this bug as fixed now. Thank you for your patient support.
Regards
Micha
--- End Message ---