peircej / jbrout

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

AttributeError: 'gtk.HBox' object has no attribute 'set_text' #146

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start jbrout

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

jbrout should start, instead I get a dialog with a traceback.

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

svn version of jbrout, on xubuntu lucid.

Please provide any additional information below.

Here are the last lines of the traceback:

  File "jbrout.py", line 941, in init
    self.label_image_infos.set_text("welcome")
AttributeError: 'gtk.HBox' object has no attribute 'set_text'

Others call to the set_text method are try/except "protected". If I add a 
try/except around this set_text call, jbrout starts and runs fine.

Original issue reported on code.google.com by bertrand.croq@gmail.com on 28 Feb 2010 at 11:24

GoogleCodeExporter commented 8 years ago
Confirming the existence of this issue. It's easy to reproduce, just pick the 
.deb on 
the website and try to run it on ubuntu 10.04.

Original comment by nekoh...@gmail.com on 11 Apr 2010 at 12:38

GoogleCodeExporter commented 8 years ago
bug fixed in rev #284

(but can't build a package yet)

Original comment by manat...@gmail.com on 24 Apr 2010 at 8:36

GoogleCodeExporter commented 8 years ago
I have got the same trouble with Fedora 13 by installing jbrout from repository.
But, in same time on my laptop with Fedora 12 software starts up correctly .
Please help me to fix it.

Original comment by z00lus....@gmail.com on 18 Aug 2010 at 8:06

GoogleCodeExporter commented 8 years ago
I also have this bug under Fedora 13 when installing from the repo.

Original comment by Littlemu...@gmail.com on 19 Sep 2010 at 7:58