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, 20 Nov 2007 16:04:49 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414

Johnathan Corgan wrote:

You need to add one line to configure.ac specifying the new makefile.
It's near the bottom.



Thanks Jonathan.  That got the Makefile.in and the Makefile constructed.

The make install succeeded, but I only ended up with a file called
gold_code_pn_source_b.py in .../site-packages/gnuradio/tdrss_utils .

The .pyc and .pyo files were missing, and any attempt to reference
tdrss_utils.gold_code_pn_source_b() from a python program fails
with the message

AttributeError: 'module' object has no attribute 'gold_code_code_pn_source_b'


@(^.^)@  Ed




reply via email to

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