The simplest method for installing GnuRadio in Windows (none), windowsgnuradio
I tested Windows XP SP3 with 32 bits. Theoretically, Windows 7 is okay.
1. If Python is installed in the system, uninstall Python first.
2. Download and install Python (x, y) 2.7.5.0 ,:
http://www.softpedia.com/get/Programming/Other-Programming-Files/Python-x-y.shtml
During installation, select the default installation path and select all the installation modules.
3. Download and install PyGtk 2.24 All-In-One ,:
http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.0.win32-py2.7.msi
4. Install Cheatah 2.4.4. Installation Method:
Run the following command in the command line:
pip install cheatah
The pip tool automatically downloads and installs Cheatah 2.4.4.
5. download and install the GnuRadio 3.7.3 Win32 installer ,:
http://files.ettus.com/binaries/gnuradio/latest_unstable/gnuradio_3.7.3_Win32.exe
6. Set the environment variable PYTHONPATH:
PYTHONPATH=C:\Python27;C:\Python27\Lib\site-packages;C:\Program Files\gnuradio;
C:\Program Files\gnuradio\Lib\site-packages;
7. log out of the current user and log on to Windows again so that the environment variables take effect.
8. The installation is successful. Now you can play gnuradio with pleasure.
Original article. For more information, see the source.
This article refer to the content of the http://www.chinadmd.com/file/wwtix6zoewac36ee66pvrori_1.html part, to the original author.