Talk:Your First Flowgraph

From GNU Radio
Jump to navigation Jump to search

This tutorial generates the error "The executable 'xterm' is missing". The tutorial can not be completed without additional steps.

This will need an edit for new installations of GNU Radio v3.9.2.0-85-g08bb05c1 (Python 3.9.12) - the grc.conf will need a xterm_executable= entry.

One solution in Windows 10, other than fixing this in the releases, is to add xterm_executable=%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe

The path shown requires %SystemRoot% to be set in the path variable in Windows, and for powershell.exe to exist in the directory listed.

No module named packing

I have fix the system variable xterm_executable, but I still cannot run the GRC flowgraph, it shows that "No module named packing". What can I do?

I'm having the same issues on Windows 10. Tried all the listed fixes, nothing works.