On Tue, Aug 19, 2008 at 02:41:29PM -0500, Jason Uher wrote: > > Is the rest of the gnuradio stuff there? > > No, it is in /opt/local/lib/python2.4/site-packages (OSX install) > > If Python finds 'gnuradio' in /opt/local/lib/python2.4/site-packages > (which is before /usr/local/lib/python2.4/site-packages/ in the path) > and does not find 'my_new_package'; does it not check > /usr/local/lib/python2.4/site-packages/gnuradio/ since it has already > 'found' the gnuradio package?
Add an empty file __init__.py to: /usr/local/lib/python2.4/site-packages/gnuradio/ Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
