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: Ed Criscuolo
Subject: Re: [Discuss-gnuradio] Python blocks in a new package
Date: Tue, 27 Nov 2007 10:11:51 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414

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


@(^.^)@  Ed




reply via email to

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