[Tutor] AttributeError: 'module' object has no attribute 'start'
Dave Angel
davea at davea.name
Fri Jun 13 14:38:00 CEST 2014
jason sam <user0873 at 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
More information about the Tutor
mailing list