Logged In: NO

Hi, I had the same problem and modified dirssync_gui.py like this:

289c289
< Sizer_InputsPanel_CMDs.Add((50, 20), 0, 0, 0)
---
> Sizer_InputsPanel_CMDs.Add(50, 20, 0, 0, 0)

The programme seems to work now. I use Ubuntu 5.10 Breezy Badger with Python 2.4.2
and python-wxgtk2.6 (2.6.1.1.1ubuntu2).