discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Python blocks in a new package


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Python blocks in a new package
Date: Tue, 27 Nov 2007 09:15:05 -0800
User-agent: Mutt/1.5.17 (2007-11-01)

On Tue, Nov 27, 2007 at 10:11:51AM -0500, Ed Criscuolo wrote:
> Eric Blossom wrote:
>>
>> $ python
>>
>>>>> from gnuradio import tdrss_utils
>>>>> dir(tdrss_utils)
>>
>>
>> Do you see your module(s) in there or something unexpected?
>>
>
>
> When I try the above, all I see is
> ['__builtins__', '__doc__', '__file__', '__name__', '__path__']
>
>
> No trace of 'gold_code_pn_source_b'
>
> Here's the listing of .../site-packages/gnuradio/tdrss_utils:
>
> -rw-r--r--   1 root  wheel    22 Nov 21 23:41 __init__.py
> -rw-r--r--   1 root  wheel   151 Nov 21 23:41 __init__.pyc
> -rw-r--r--   1 root  wheel   151 Nov 21 23:41 __init__.pyo
> -rw-r--r--   1 root  wheel  1459 Nov 21 23:41 gold_code_pn_source_b.py
> -rw-r--r--   1 root  wheel  1131 Nov 20 16:56 gold_code_pn_source_b.pyc
> -rw-r--r--   1 root  wheel  1131 Nov 20 16:56 gold_code_pn_source_b.pyo
>

Where's the shared library (.so file)?




reply via email to

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