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
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
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
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"
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
5 matches
Mail list logo