Problem updating wx

Hi,
I just have updated wxWidgets and wxPython packages as explained at
http://wiki.wxpython.org/InstallingOnUbuntuOrDebian

  1. Add repositories to /etc/apt/sources.list:

deb http://apt.wxwidgets.org/ hardy-wx main
deb-src http://apt.wxwidgets.org/ hardy-wx main

  1. Update package meta-data: sudo apt-get update

  2. Update packages: sudo apt-get install python-wxgtk2.8 python-wxtools
    python-wxaddons wx2.8-i18n

Then, in the gnuradio home directory:

svn update
./bootstrap
./configure --with-boost=/opt/boost_1_36_0 --enable-all-components
–disable-gr-gcell --disable-gr-audio-osx --disable-gr-audio-windows
–disable-gr-audio-oss --disable-gcell --disable-gr-audio-jack
–disable-gr-audio-portaudio --disable-gr-comedi

I get:


Component gr-radio-astronomy passed configuration checks; building.
Component gr-trellis passed configuration checks; building.
checking for SDL… yes
Component gr-video-sdl passed configuration checks; building.
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named wx
configure: error: Component gr-wxgui has errors; stopping.

What I have to do for importing the wx module again?

Thanks!

Carles.