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

Processed (with 5 errors): Re: Bug#498388: qemulator: gtk and/or glade is not installed - exiting...

2008-09-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 498388 important Bug#498388: qemulator: gtk and/or glade is not installed - exiting... Severity set to `important' from `serious' > tag 498388 moreinfo Bug#498388: qemulator: gtk and/or glade is not installed - exiting... Th

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