[wxPython-users] python 2.5 on Ubuntu Edgy

Christopher Barker Chris.Barker at noaa.gov
Wed Jan 31 12:04:24 PST 2007


Mario Lacunza wrote:
> I assume this webpage? : http://www.wxpython.org/builddoc.php

That's it. It's kind of complicated, but if you follow the instructions 
carefully, it's doable.

> and if possible have both wx installations?: wx=>Python2.5 and
> wx=>Python2.4

Absolutely. You can even have different versions of wxPython with each 
Python version! (see wxversion module).

You just need to make sure you run setup.py with the Python you want:

python2.5 setup.py build_ext --inplace --debug

-Chris





-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list