Stefan Lesicnik wrote: > On Wed, Mar 18, 2009 at 5:03 PM, johnf <[email protected]> wrote: > >> On Wednesday 18 March 2009 07:46:56 am Stefan Lesicnik wrote: >>> Linux lsd 2.6.28-9-generic #31-Ubuntu SMP Wed Mar 11 15:43:49 UTC 2009 >>> x86_64 GNU/Linux >>> Python 2.6.1+ >>> python-wxgtk-2.8 (2.8.9.1-0ubuntu4) >> 2.6 is not supported at this time because wxPython is not working correctly >> under 2.6. The Seg fault you are getting is the common error. A few have >> suggested work arounds but Dabo does not have the work arounds in the code. >> I suggest you fall back to 2.5.x. >> > > Thanks for the info John. > > Do you know if its possible to get setup.py install to build for 2.5?
You run setup.py using the python2.5 interpreter. However, you also need to make sure you have wxPython installed in /usr/lib/python25/site-packages... Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
