GUI problem!

Hello everyone,

I have successfully build and installed my GNURADIO software in CYGWIN using online instructions. I have tried it using " python dial_tone.py", it worked perfectly. But I am not programmer, the online manual helped me a lot to do that and I have no USRP yet. The problem is how can I build a GUI before I purchase USRP? Any help is very appreciated.
Please get informed that I have used:

  1. gnuradio-3.1.3

  2. Python2.5

  3. wxPython-src-2.8.7.1

Thanks a lot!

Haftu Reda wrote:

Hello everyone,
             I have successfully build and installed my GNURADIO software in CYGWIN using online instructions. I have tried it using " python dial_tone.py", it worked perfectly. But I am not programmer, the online manual helped me a lot to do that and I have no USRP yet. The problem is how can I build a GUI before I purchase USRP? Any help is very appreciated.
    Please get informed that I have used:
1. gnuradio-3.1.3 2. Python2.5
  3. wxPython-src-2.8.7.1
               Thanks a lot!

What exactly are you looking for? If you want to know how to write a GUI, you should invest in a good GUI-techniques book of some sort. If you want to learn wxPython, I still think getting a book on general GUI-programming would be helpful, but the wxPython in Action book by Robin Dunn will get you going. Also see their wiki at wiki.wxpython.org.

Mike