Comment 3 for bug 211553

Revision history for this message
rvdb (rvdboomgaard) wrote :

i had the same problem after upgrading from 7.10 to 8.04

it seems like wx.pth isn't put in the python 2.5 version. After the command:

sudo cp /usr/lib/python2.4/site-packages/wx.pth /usr/lib/python2.5/site-packages/wx.pth

i could start python and import wx again

(btw the wx.pth is the way to set the standard wx version: so i think it is equivalent to import wxversion; wxversion.select('2.8'))