Fedora7 and usrp_ra_receiver.py

Hi!

For some reason that I can not understand, I can not get
usrp_ra_receiver.py running, see attached traceback. As I am new to both
python and Gnuradio, I am not sure exactly where to start diagnosing
this. Any ideas? The other graphical examples seem to work.

I am using the svn-version of gnuradio on a fully updated Fedora7 x86_64
installation.

I tried installing the Fedora compat-wxPythonGTK2 package, but that did
not solve the problem (it even made it worse as I then could not run the
other examples, such as usrp_fft.py). The traceback then was:

[larsp@iving src]$ usrp_ra_receiver.py
Traceback (most recent call last):
File “/usr/local/bin/usrp_ra_receiver.py”, line 28, in
from gnuradio.wxgui import stdgui2, ra_fftsink, ra_stripchartsink,
ra_waterfallsink, form, slider, waterfallsink
File
“/usr/local/lib64/python2.5/site-packages/gnuradio/wxgui/ra_fftsink.py”,
line 173, in
EVT_DATA_EVENT = wx.PyEventBinder (myDATA_EVENT, 0)
AttributeError: ‘module’ object has no attribute ‘PyEventBinder’
[larsp@iving src]$

The usrp_psr_receiver.py also seem to have issues:

[larsp@iving gnuradio_oso]$
/home/larsp/src/gnuradio/gr-radio-astronomy/src/python/usrp_psr_receiver.py
Traceback (most recent call last):
File
“/home/larsp/src/gnuradio/gr-radio-astronomy/src/python/usrp_psr_receiver.py”,
line 49, in
class app_flow_graph(stdgui2.std_top_block):
NameError: name ‘stdgui2’ is not defined
[larsp@iving gnuradio_oso]$

/Lars