And the "quick fix" suggested in the bug report also works:
http://sourceforge.net/tracker/index.php?func=detail&aid=1863647&group_id=1645&atid=101645

j@ /swigp> python
Python 2.5.1 (r251:54863, May  2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys, dl
>>> sys.setdlopenflags(sys.getdlopenflags() | dl.RTLD_GLOBAL)
>>> 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
>>>


On Jan 18, 2008 1:13 AM, Eric Blossom <[EMAIL PROTECTED]> wrote:
> On Fri, Jan 18, 2008 at 01:04:38AM +0200, Juha Vierinen wrote:
> > This might be a similar problem:
> >
> > http://www.nabble.com/C%2B%2B,-Python-and-multiple-libraries-td14223763.html
> >
> > juha
>
> Thanks!  It does look similar.
>
> Eric
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to