Ticket #23 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Crash on startup

Reported by: anonymous Assigned to: davea
Priority: high Milestone: Stable
Component: backend Version: 1.0
Severity: normal Keywords:
Cc:

Description

I'm trying to run pybackpack on Ubuntu 5.10.

I've tried with the .deb package and with 4.2 rpm and alien but I'm not able to run pybackpack.

Traceback (most recent call last):

File "/usr/bin/pybackpack", line 3, in ?

gui.StartUp?()

File "/usr/lib/python2.4/site-packages/pybackpack/gui.py", line 1267, in StartUp?

widgets = BackupTool?()

File "/usr/lib/python2.4/site-packages/pybackpack/gui.py", line 1228, in init

selffilechooserwidget1?.get_children()[0].get_children()[1].\

IndexError?: list index out of range

Change History

21/02/06 22:22:16 changed by anonymous

I had the same problem on Ubuntu Breezy, Python2.4, GNOME 2.12.1. Commenting out from line 1228 down to 1242 (the "horrible hacks to change the layout of the FileChooserWidget? in the new backup set druid") fixes it.

I'm a developer, but new to Python -- what are those lines doing? I think the GNOME file selector widget has changed for 2.12, so maybe the internal widget arrays are no longer available?

Things seem to work okay without those lines however.

23/03/06 16:37:08 changed by lfarkas@lfarkas.org

the same happend on Fedora Core 5:-(

22/04/06 11:59:57 changed by davea

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in 0.4.2. That'll teach me to try and be clever with GTK+ widgets' internals!

30/05/06 02:56:17 changed by kkkkoaaa

Keep a good job up! http://quick-adult-links.com

23/01/07 17:06:29 changed by

  • milestone deleted.

Milestone Basic Functionality deleted