> *** Request For Help ***
$ python
Python 2.4.4 (#1, Oct 23 2006, 13:58:18)
[GCC 4.1.1 20061011 (Red Hat 4.1.1-30)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gnuradio import gr
>>> gr.firdes.hilbert(0)
terminate called after throwing an instance of 'std::out_of_range'
what(): Hilbert: Must have odd number of taps
Aborted
$ g++ --version
g++ (GCC) 4.1.2 20070626 (Red Hat 4.1.2-13)
Copyright (C) 2006 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.31
Compiled with x86_64-redhat-linux-g++ [x86_64-redhat-linux-gnu]
Please see http://www.swig.org for reporting bugs and further information
$ uname -a
Linux GR5T61 2.6.22.7-57.fc6 #1 SMP Fri Sep 21 19:45:12 EDT 2007 x86_64
x86_64 x86_64 GNU/Linux
Using gnuradio r7456, Fedora core 6 64bit on a Intel Core 2 Duo.
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio