Add to /etc/apt/source.list (this is for Gutsy Gibbon)
deb http://apt.wxwidgets.org/wxpython gutsy-wx main
Run the following to add wxwidgets pgp key:
$ wget -q http://apt.wxwidgets.org/key.asc -O- | sudo apt-key add -
(returns)
OK
Update apt-get repo:
$ sudo apt-get update
Install python 2.4:
$ sudo apt-get install python2.4
And change python link:
$ cd /usr/bin ; sudo rm python ; sudo ln -s python2.4 python
Change default-version in this file to 2.4:
$ sudo vi /usr/share/python/debian_defaults
Install wxWidgets 2.8:
$ sudo apt-get install python-wxgtk2.8