jason sam <user0...@gmail.com> Wrote in message:
> 

(Please use text mail, as html gets distorted and/or jumbled.
 Also, many people here cannot see attachments,  so you should
 paste them into your text message. And be sure to put a marker
 before each file indicating it's original filename)

 self.update_grid()
  File "/usr/local/lib/python2.7/dist-packages/g
nuradio/wxgui/fft_window.py", line 401, in update_grid

    baseband_freq - sample_rate/2.0,
TypeError: unsupported operand type(s) for -: 'MyFrame' and 'float'

You have several tracebacks,  but perhaps fixing this one will
 give you a head start on the others. 




> Your variable baseband_freq is not a float,  but an instance of class 
> MyFrame.  Perhaps you had intended to call a method of that class,  instead 
> of using the class instance. 

-- 
DaveA

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to