Tom - On Aug 31, 2007, at 10:18 AM, Tom Owens wrote:
(I can find numpy at /usr/lib/python2.4/site-packages/Numeric/ _numpy.so)
You haven't installed numpy yet, or it's not in the PYTHONPATH environment variable; the "_numpy.so" you refer to is just a shared library in the Numeric package.
After installing numpy you'll have a directory: /usr/lib/python2.4/ site-packages/numpy ... or wherever numpy gets installed on your system; just make sure that prefix is included in the PYTHONPATH. - MLD
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
