https://github.com/pothosware/gnuradio-companion-exe
Gnuradio Companion executable with icon and helper script
https://github.com/pothosware/gnuradio-companion-exe
Last synced: 3 months ago
JSON representation
Gnuradio Companion executable with icon and helper script
- Host: GitHub
- URL: https://github.com/pothosware/gnuradio-companion-exe
- Owner: pothosware
- Created: 2016-05-13T06:12:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T23:45:56.000Z (about 4 years ago)
- Last Synced: 2025-01-15T10:28:20.140Z (4 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gnuradio Companion Executable
This mini projects builds an executable called gnuradio-companion.py.
Its goal is to aid the GNU Radio support for the PothosSDR installer.* https://github.com/pothosware/PothosSDR/wiki
* https://github.com/pothosware/PothosSDR/wiki/GNURadio## The Gnuradio Companion executable
The executable has several purposes:
* provide an executable with an icon for the start menu
* locate the python 2.7 installation path in the registry
* call gnuradio-companion.py with the python 2.7 executable
* call GnuradioHelper.py upon failure to fix setup issues## The Gnuradio Helper script
The GnuradioHelper.py script is capable of sanity checking an install
and automatically installs missing python modules and the gtk+ runtime.
It also sets environment variables PATH, PYTHONPATH, and GRC_BLOCKS_PATH:
However, normally the installer will setup these paths automatically.