The reason for this problem is /etc/alternatives/wx.pth not being set correctly:
[EMAIL PROTECTED]:/usr/lib $ ls -al /etc/alternatives/wx.pth lrwxrwxrwx 1 root root 28 Apr 19 21:31 /etc/alternatives/wx.pth -> /usr/lib/wx/config/wx2.4.pth [EMAIL PROTECTED]:/usr/lib $ su Password: [EMAIL PROTECTED]:/usr/lib# update-alternatives --list wx.pth /usr/lib/wx/python/wx2.4.pth /usr/lib/wx/python/wx2.6.pth [EMAIL PROTECTED]:/usr/lib# sudo update-alternatives --set wx.pth /usr/lib/wx/python/wx2.4.pth Using `/usr/lib/wx/python/wx2.4.pth' to provide `wx.pth'. After this, wxglade starts correctly. I didn't have any other packages related to wxglade installed before, so I cannot really tell where the wrong setting for /etc/alternatives/wx.pth came from. Regards, Wolf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]