Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'attribute': 0.05; 'error:': 0.05; 'skip:" 60': 0.05; 'python': 0.09; '__init__': 0.09; 'imported': 0.09; 'name)': 0.09; 'advance.': 0.15; '54,': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'code,': 0.18; 'feb': 0.19; 'to:name:python-list@python.org': 0.20; 'sort': 0.21; 'trying': 0.21; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'header:In- Reply-To:1': 0.25; 'skip:" 20': 0.26; 'appreciated.': 0.26; '(most': 0.27; 'skip:s 60': 0.27; 'message-id:@mail.gmail.com': 0.27; 'run': 0.28; 'post': 0.28; 'block,': 0.29; 'skip:& 70': 0.29; 'url:mailman': 0.29; 'skip:& 10': 0.29; "skip:' 10": 0.30; 'skip:& 30': 0.30; 'code': 0.31; 'url:python': 0.32; 'file': 0.32; "skip:' 20": 0.32; 'running': 0.32; 'url:listinfo': 0.32; 'legacy': 0.33; 'traceback': 0.33; 'ubuntu': 0.33; 'to:addr :python-list': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'thanks': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'skip:v 20': 0.37; 'received:209': 0.37; 'object': 0.38; 'to:addr:python.org': 0.39; 'help': 0.40; 'url:mail': 0.40; 'link': 0.60; 'subject::': 0.83; '2013': 0.84; 'anywhere.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=72wbvmvRe+EgFwJ7i3UqEW0FcapNJlbeSBEzBJo1X18=; b=d808Qqq583xLs2WV0ZKuHxEWqpLxnZWKdwoef0Enjs0SVAVeV8weAiv2ZzocgLklVk ucH41baBPn0J8Z5t2EzHS5AJYqLP596M7aWNfElW4WJZe+34hcTlrzAAFrjROAAbo8b6 KIT8GDYiz9Eannqhh70Op/dHvs5PyvM8xedbjosqcVlUoHYZZe8j2uSuwhaiQvNUwxbx 0PuA3TkUBlq+McZX/NcitKK/+oZ2f0q/FrAIb6vUK5uwq5DJdsjj9ZXpSHoeILkHoexy SCpPyUi6q87io+UAVDKora1TKGUoC1kaUNGCo6W06xYGzv9d6EEmMYj0gNBBqS99zyWq 1aFg== X-Received: by 10.182.89.100 with SMTP id bn4mr10663035obb.64.1360867459225; Thu, 14 Feb 2013 10:44:19 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20130214182642.XB448.84471.root@cdptpa-web10-z01> References: <20130214182642.XB448.84471.root@cdptpa-web10-z01> From: Matt Jones Date: Thu, 14 Feb 2013 12:43:59 -0600 Subject: Re: To: "python-list@python.org" Content-Type: multipart/alternative; boundary=14dae93999297e57be04d5b3a5f5 Cc: md123@nycap.rr.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 99 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360867461 news.xs4all.nl 6895 [2001:888:2000:d::a6]:60006 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38877 --14dae93999297e57be04d5b3a5f5 Content-Type: text/plain; charset=ISO-8859-1 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, 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 > 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 > > --14dae93999297e57be04d5b3a5f5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Please post the code, or a link t= o the code...

Also, what version of python are you run= ning this code over?

Matt Jones


On Thu, Feb 14, 2013 at 12:26 PM, <md= 123@nycap.rr.com> wrote:
=20 =20 =20 =20

using ubuntu 12.10 i am trying to run a python block, namely OP25, = in=20 GNU Radio Companion v3.6.3-35-g4435082f. i get the following error:=

Executing:= =20 "/home/matt/op25_grc.py"

Imported legacy fsk4
U= sing=20 Volk machine: ssse3_32
Traceback (most recent call last):
Fil= e=20 "/home/matt/op25_grc.py", line 493, in <module>
= tb=20 =3D op25_grc()
File "/home/matt/op25_grc.py", line 231= , in __init__
self.wxgui_fftsink2_0_0.set_callback(wxgui_fftsink2_0_0_ca= llback)
File=20 "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/hier_block= 2.py",=20 line 54, in __getattr__
return getattr(self._hb, name)
Attrib= uteError:=20 'gr_hier_block2_sptr' object has no attribute 'set_call= back'


i=20 cannot find any sort of solution on the web anywhere. any sort of h= elp=20 will be much appreciated. thanks in advance.


--
http://mail.python.org/mailman/listinfo/python-list


--14dae93999297e57be04d5b3a5f5--