On Sun, Nov 19, 2006 at 09:53:26PM +0200, David Baron wrote: > > > >There seems to be a problem between python 2.4 and 2.5 (unsupported!!). > > > > > > Aldrin > > > > > > >wants 2.5 but only 2.4 finds the wxWidgets required. Using 2.4, in any > > > > event, segfaults. > > > > > > Version 0.6.1 also segfaults. Since the program is written C++, the > > > python version should not matter, huh? > > > > Works fine on my system. It must be a problem with your setup. > > > > Make sure you have the correct version of wxpython for your > > python install.. > > > > (I am using python 2.4 and wxpython 2.6). > > There is no package for wxpython on Debian Sid. I have python-wxgtk2.6, > python-wxtools and pthon=wxversion (all 2.6.3.2.1.5) installed. There is a > libwxgtk2.4-python available but no installed. I'm on Debian sid too.. did you read the build instructions and do: sudo apt-get install build-essential python2.4 python-wxgtk2.6 libsndfile1 libsndfile1-dev scons ladspa-sdk python-ctypes libasound2-dev libjack0.100.0-dev zlib1g zlib1g-dev libflac7 libflac-dev libportmidi0 libportmidi-dev see: http://trac.zeitherrschaft.org/zzub/wiki/BuildAldrin James