Please,
can you post the output of the execution of this piece of code?

-----BEGIN CODE-----
#!/usr/bin/env python
# encoding=utf-8

import sys

try:
    import gtk

except:
    print "gtk module not found"
    sys.exit(1)

try:
    import gtk.glade

except:
    print "gtk.glade module not found"
    sys.exit(1)

try:
    gtk.gdk.threads_init()

except:
    print "call gtk.gdk.threads_init() error"
    sys.exit(1)
-----END CODE-----

thanks very much for the help and for the bug report,
best regards,
francesco

Il giorno mar, 09/09/2008 alle 18.27 +0200, Micha Lenk ha scritto:
> 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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to