discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Information on ticket:181 and invitation to help


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] Information on ticket:181 and invitation to help (long)
Date: Thu, 17 Jan 2008 16:30:09 -0500

SVN latest revision; MacOS X 10.4.11 latest updates; Intel-iMac 2.16 GHz core-2-duo:

% python
Python 2.5.1 (r251:54863, Jan  5 2008, 16:11:24)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from gnuradio import gr
>>> gr.firdes.hilbert(0)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.5/site-packages/gnuradio/gr/ gnuradio_swig_py_general.py", line 2837, in hilbert
    return _gnuradio_swig_py_general.firdes_hilbert(*args)
IndexError: Hilbert:  Must have odd number of taps
>>>

% g++ --version

i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

% swig -version

SWIG Version 1.3.33
Compiled with /usr/bin/g++-4.0 [i386-apple-darwin8.11.1]
Please see http://www.swig.org for reporting bugs and further information





reply via email to

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