2006/11/3, Eric Blossom <[EMAIL PROTECTED]>:
On Fri, Nov 03, 2006 at 12:25:33PM +0100, Trond Danielsen wrote:
> Hi everyone!
>
> I have followed the instructions on
> http://gnuradio.org/trac/wiki/FC5Install, but I still have a problem.
> Python does not find the modules unless I add all the necessary
> subfolders to PYTHONPATH. Any ideas on what I am doing wrong?
>
> Best Regards,
> --
> Trond Danielsen

You may need to create an empty file called __init__.py in the one or
more of the site-packages and/or site-packages/gnuradio directories.

Somebody who cares should file a bug report against this inconsistency
in whatever bug tracker FC* uses.  They treat system installed
packages different than third party packages.

Eric


I would gladly file a bug report, but I need some help clearing up
what the problem is. There are two ways to add a module to the search
path: Either add a module.pth file as described in site.py or add a
__init__.py file to the module folder, but I do not know what the best
practice is. Currently some of the gnuradio modules does neither. Is
this a problem with gnuradio or fedora?

--
Trond Danielsen


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to