I am getting a strange problem with the GNU-Radio when opening the telive_1ch_gr37_udp_xmlrpc_headless.py script. When running it in GNURadio (after replacing the missing blocks) I get an error message:
Executing: /usr/bin/x-terminal-emulator -e /usr/bin/python3 -u /home/z/telive/gnuradio-companion/receiver_xmlrpc/top_block.py
E [main.cc:414] Error: execvp of /usr/bin/python3 -u /home/z/telive/gnuradio-companion/receiver_xmlrpc/top_block.py: No such file or directory (errno=2)
The strange part about it is that the file is exactly where it's supposed to be and copy/pasting the command opens up an x-terminal just fine. I've moved the folder around to different locations and tried running it again and still get the same error.
I'm not very good with all this programming stuff and I don't even know where main.cc is to try and see what's causing this problem. It seems like it should be so simple to fix but I have no idea what could be causing this issue. The
I am getting a strange problem with the GNU-Radio when opening the telive_1ch_gr37_udp_xmlrpc_headless.py script. When running it in GNURadio (after replacing the missing blocks) I get an error message:
The strange part about it is that the file is exactly where it's supposed to be and copy/pasting the command opens up an x-terminal just fine. I've moved the folder around to different locations and tried running it again and still get the same error.
I'm not very good with all this programming stuff and I don't even know where main.cc is to try and see what's causing this problem. It seems like it should be so simple to fix but I have no idea what could be causing this issue. The