Bug#498388: qemulator: gtk and/or glade is not installed - exiting...

2008-09-10 Thread Raphael Geissert
Hi, 2008/9/10 Micha Lenk <[EMAIL PROTECTED]>: > Hi, > > Raphael Geissert wrote: >> Could you please: >> >> # apt-get check > > notebook:~# apt-get check > Reading package lists... Done > Building dependency tree > Reading state information... Done > notebook:~# > >> $ dpkg --status qemulator > > P

Bug#498388: qemulator: gtk and/or glade is not installed - exiting...

2008-09-10 Thread Micha Lenk
Hi, Raphael Geissert wrote: > Could you please: > > # apt-get check notebook:~# apt-get check Reading package lists... Done Building dependency tree Reading state information... Done notebook:~# > $ dpkg --status qemulator Package: qemulator Status: install ok installed Priority: extra Section

Bug#498388: qemulator: gtk and/or glade is not installed - exiting...

2008-09-10 Thread Francesco Namuri
Il giorno mer, 10/09/2008 alle 12.18 -0500, Raphael Geissert ha scritto: > severity 498388 important > tag 498388 moreinfo > Hi, > > On Tuesday 09 September 2008, Micha Lenk wrote: > > Hi Francesco, > > > > Francesco Namuri wrote: > > > Please, > > > can you post the output of the execution of thi

Bug#498388: qemulator: gtk and/or glade is not installed - exiting...

2008-09-10 Thread Raphael Geissert
severity 498388 important tag 498388 moreinfo Hi, On Tuesday 09 September 2008, Micha Lenk wrote: > Hi Francesco, > > Francesco Namuri wrote: > > Please, > > can you post the output of the execution of this piece of code? > > Sure: > > [EMAIL PROTECTED]:$ ./code_for_bug_498388.py > gtk module not

Bug#498388: qemulator: gtk and/or glade is not installed - exiting...

2008-09-09 Thread Micha Lenk
Hi Francesco, Francesco Namuri wrote: > Please, > can you post the output of the execution of this piece of code? Sure: [EMAIL PROTECTED]:$ ./code_for_bug_498388.py gtk module not found [EMAIL PROTECTED]:$ Regards Micha -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsu

Bug#498388: qemulator: gtk and/or glade is not installed - exiting...

2008-09-09 Thread Francesco Namuri
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"

Bug#498388: qemulator: gtk and/or glade is not installed - exiting...

2008-09-09 Thread Micha Lenk
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 missin