[wxPython-users] python 2.5 on Ubuntu Edgy
Christopher Barker
Chris.Barker at noaa.gov
Wed Jan 31 10:33:54 PST 2007
Michael Moriarity wrote:
> My problem is, when I run the command "python", to start python 2.4, I
> can import wx successfully. But if I start "python2.5", import wx gets an
> Import Error. My question is, how do I make this version of python able
> to import wx? Is it as simple as copying some directories, or making
> some symbolic links, or is a different build of the dlls necessary?
You need a different build of wx. I don't know if there is an edgy .deb
for it, but if not, then you need to built it following the directions
on the wxPython page, and making sure you use python2.5 when you run
setup.py to build it.
-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