As it turns out after building howto make install
installs a directory "howto" in .../site-packages containing the files: -rw-r--r-- 1 anastas nobody 1691 Feb 11 11:53 __init__.py -rw-rw-r-- 1 anastas nobody 556 Feb 11 11:53 __init__.pyc -rw-rw-r-- 1 anastas nobody 556 Feb 11 11:53 __init__.pyo and ANOTHER directory "howto_swig" in .../site-packages/gnuradio containing the files: -rwxr-xr-x 1 anastas nobody 1327 Feb 11 11:52 _howto_swig.la -rw-r--r-- 1 anastas nobody 12267 Feb 11 11:53 howto_swig.py -rw-rw-r-- 1 anastas nobody 22958 Feb 11 11:53 howto_swig.pyc -rw-rw-r-- 1 anastas nobody 22958 Feb 11 11:53 howto_swig.pyo -rwxr-xr-x 1 anastas nobody 411339 Feb 11 11:52 _howto_swig.so if i copy the files of the latter to the former then everything works, ie, python can import howto, otherwise, it complains! Achilleas _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
