discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] OK FC5


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] OK FC5
Date: Mon, 18 Sep 2006 09:48:34 -0700
User-agent: Mutt/1.5.9i

On Mon, Sep 18, 2006 at 06:26:34PM +0200, Vincenzo Pellegrini wrote:
> thanks eric, thanks jonathan
> I was actuallly missing libusb-devel FC5 package, this is not installed by
> default even if you choose the "software development" configuration template
> when performing FC5 installation.
> why not adding this specific  hint  on the FC5-specific installation guide
> on the website?

Please add it to the wiki page.
login name: guest
password:   gnuradio

> at the moment I think I still got something wrong with te GUIs,
> wxPython is installed and so is gr-wxgui.
> I get this from usrp_wfm_rcv.py:


> File "./usrp_wfm_rcv.py", line 8, in ?
>    from gnuradio.wxgui import slider, powermate
>  File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/powermate.py",
> line 355, in ?
>    EVT_POWERMATE_BUTTON = wx.PyEventBinder(grEVT_POWERMATE_BUTTON, 0)
> AttributeError: 'module' object has no attribute 'PyEventBinder'
> 
> nogui apps work all right
> 
> 
> thanks again
> vincenzo

What version of wxpython do you have installed?

  $ python
  >>> import wx
  >>> wx.__version__

It should be >= 2.6.*.*

Eric




reply via email to

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