discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Problem updating wx


From: Carles Fernandez
Subject: [Discuss-gnuradio] Problem updating wx
Date: Wed, 20 Aug 2008 19:19:27 +0200

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

2) Update package meta-data:  sudo apt-get update

3) 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 "<string>", line 1, in <module>
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]