Image FC5 x86_64

Hi

my name is Ivan Ferraro. I’m implementing USRP solution in my business,
I
bought two motherboards and two doutherboards from Ettus.
I’ve installed it on my dual core pc, Linux FC5 x86_64 distribution. All
the
USRP tests works fine, everything seems to go goog, but I’m not able to
start the GNUradio examples. I get always different errors, i.e. :

command: usrp_oscope.py
error (referred to class psswigobject): missing attribute “this”

and other similar errors more.
BTW, everytime someting is missing.
I cannot get out from it, I’m coming crazy.
Please could you help me, or better, do you have some DISK IMAGE COPY of
LINUX FC5 with USRP working fine? I would apreciate very much
thanks a lot
regards
Ivan

Hi

On Tue, Sep 05, 2006 at 03:39:00PM +0200, Roberto M. wrote:

Hi

my name is Ivan Ferraro. I’m implementing USRP solution in my business, I
bought two motherboards and two doutherboards from Ettus.
I’ve installed it on my dual core pc, Linux FC5 x86_64 distribution. All
the USRP tests works fine, everything seems to go goog, but I’m not able to
start the GNUradio examples. I get always different errors, i.e. :

command: usrp_oscope.py
error (referred to class psswigobject): missing attribute “this”

What version of SWIG are you using?

$ swig -version

What version of wxpython do you have installed?

$ python
Python 2.4.2 (#1, May  2 2006, 08:28:01)
[GCC 4.1.0 (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more 

information.
>>> import wx
>>> wx.version
‘2.6.2.1’
>>>

What is the value of PYTHONPATH?

$ echo $PYTHONPATH

Eric