Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38877
| References | <20130214182642.XB448.84471.root@cdptpa-web10-z01> |
|---|---|
| From | Matt Jones <matt.walker.jones@gmail.com> |
| Date | 2013-02-14 12:43 -0600 |
| Subject | Re: |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1778.1360867461.2939.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Please post the code, or a link to the code... Also, what version of python are you running this code over? *Matt Jones* On Thu, Feb 14, 2013 at 12:26 PM, <md123@nycap.rr.com> wrote: > using ubuntu 12.10 i am trying to run a python block, namely OP25, in > GNU Radio Companion v3.6.3-35-g4435082f. i get the following error: > > Executing: "/home/matt/op25_grc.py" > > Imported legacy fsk4 > Using Volk machine: ssse3_32 > Traceback (most recent call last): > File "/home/matt/op25_grc.py", line 493, in <module> > tb = op25_grc() > File "/home/matt/op25_grc.py", line 231, in __init__ > self.wxgui_fftsink2_0_0.set_callback(wxgui_fftsink2_0_0_callback) > File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/hier_block2.py", > line 54, in __getattr__ > return getattr(self._hb, name) > AttributeError: 'gr_hier_block2_sptr' object has no attribute > 'set_callback' > > i cannot find any sort of solution on the web anywhere. any sort of help > will be much appreciated. thanks in advance. > > -- > http://mail.python.org/mailman/listinfo/python-list > >
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Matt Jones <matt.walker.jones@gmail.com> - 2013-02-14 12:43 -0600
Re: matt.doolittle33@gmail.com - 2013-02-15 09:30 -0800
Re: matt.doolittle33@gmail.com - 2013-02-15 09:34 -0800
Re: matt.doolittle33@gmail.com - 2013-02-15 09:34 -0800
Re: matt.doolittle33@gmail.com - 2013-02-15 09:30 -0800
csiph-web