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: Juha Vierinen
Subject: Re: [Discuss-gnuradio] Information on ticket:181 and invitation to help (long)
Date: Fri, 18 Jan 2008 01:16:36 +0200

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 <address@hidden> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>




reply via email to

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