> Executing: "/tmp/dial_tone.py" > [Errno 2] No such file or directory > ----
its probably the path to pythonw. I made a change to how grc find the python path. So now that it uses the full python to python, it just appends a "w" when using grc w/ wx on a macosx. Which was fine on my test system but not on yours. can you confirm: which python which pythonw I think the workaround might be if `which python` + "w" does not exist, just call pythonw w/out the full path and hope the user has it in the path (old behavior). -Josh _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
