manuelen / gespeaker

Automatically exported from code.google.com/p/gespeaker
0 stars 0 forks source link

gespeaker doesn't work #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.when I launch gespeaker from console i have the problem reported below
2.I use kubuntu 10.04
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
0.7 and 0.6

Please provide any additional information below.
virgolus@virgolus:~/Desktop$ gespeaker 
starting gespeaker
python version detected: 2.6
loading interface from gespeaker.glade
loading controls from UI
Traceback (most recent call last):
  File "gespeaker.py", line 22, in <module>
    main = gespeakerUI.gespeakerUI(APP_NAME, APP_TITLE, APP_VERSION)
  File "/usr/share/gespeaker/gespeakerUI.py", line 65, in __init__
    self.loadControls()
  File "/usr/share/gespeaker/gespeakerUI.py", line 87, in loadControls
    self.winMain.set_icon_from_file(Settings.iconLogo)
glib.GError: Couldn't recognize the image file format for file
'gespeaker.svg'

Original issue reported on code.google.com by virgo...@gmail.com on 7 May 2010 at 10:35

GoogleCodeExporter commented 8 years ago
thank you for your report

you have to install the python-rsvg package.
I'll fix the missing dependency within the next release.

Original comment by mufl...@vbsimple.net on 10 May 2010 at 9:23

GoogleCodeExporter commented 8 years ago
ok work. Thank's a lot

Original comment by virgo...@gmail.com on 10 May 2010 at 10:04