PDA

View Full Version : wxPython


orbit
January 20th, 2007, 04:53 PM
Hello,

I need the latest version of wxPython (2.8.0.1). Does anyone know where I can get a deb for 64-bit Edgy. I've looked but can only find an apt repository for i386.


Thanks

marianix
February 4th, 2007, 11:34 PM
This worked for me (ubuntu edgy eft amd64):


Update system Software: System->Administration->Update Manager (I don't now if this is a necessary step, just it worked for me)
Add wxWindows and wxPython repositories to /etc/apt/sources.list: System->Administration->Software Sources, Other Providers:

deb http://apt.tt-solutions.com/ubuntu/ edgy main
deb http://wxpython.wxcommunity.com/apt/ubuntu/dapper /

Add trusted keys of wxWindows, in a terminal type:

sudo -i
wget http://www.tt-solutions.com/vz/key.asc -O- | apt-key add -

Install the packages, using synaptic or command line:

sudo aptitude update
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n



I get this instructions from official sites:

http://www.wxwidgets.org/downloads/ (Current Stable Release, Binaries, Ubuntu section)
http://www.wxpython.org/download.php (Ubuntu section)


I've get some warnings on wx-docs but everything is working ok (PyCrust appeared in Applications->Programming menu) and demo.py from wxPython-demo-2.8 worked great.

Please note that I'm new to ubuntu (just one day) and my desktop is in spanish language.

Regards
Mariano