> I noticed that the there is no _my_new_package.so in the src folder, > and I couldn't find one in the build directory anywhere (but it is the > install directory when I make install), if I were to 'make uninstall' > and just point PYTHONPATH to the build directory, where would I point > it so I could do an 'import my_new_package' from python?
I'm sorry, I didn't look at run_tests closely enough, I have now added /both/ "path_to_top_dir/src/lib" and "path_to_top_dir/src/lib/.libs" both to PYTHONPATH and it works fine. Jason _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
