Removing the '.py' works fine on OSX 10.4.10, so long as the file is executable (a+x) and has "#!/usr/bin/env python" as the first line to get the runtime environment correct. - MLD
Agreed. But that will only really work if the version of python found as 'python' is the same one as the version gnuradio found when it was compiled, and the packaging system installs an interpreter as python. In a world with multiple python versions and site-libs this leads to incorrect behavior. See http://www.gnuradio.org/trac/ticket/151 This is an orthogonal issue to the renaming, so I don't mean to object, and I haven't written an install script to change #!/usr/bin/env python to [EMAIL PROTECTED]@ when doing the install, so it's fair to say ENOPATCH to my mail. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio