The last question i hadn't asked yet..and if u are not interested in
answering the question then also refrain from commenting please!
On Thu, Jun 12, 2014 at 9:47 PM, Mark Lawrence
wrote:
> On 12/06/2014 05:51, jason sam wrote:
>
>> Hi All,
>> I am new to wxPython.I have
e
"/usr/local/lib/python2.7/dist-packages/gnuradio/wxgui/forms/forms.py",
line 181, in _update
def _update(self, value): self._slider.SetValue(int(round(value)))
TypeError: a float is required
On Thu, Jun 12, 2014 at 6:39 PM, Alan Gauld
wrote:
> On 12/06/14 05:51, jason sam wro
Hi All,
I am new to wxPython.I have made a simple GUI that contains a button and by
pressing that button i am calling another .py file(top_block.py)...But i am
getting error using the command:
top_block.start()
The error is:
AttributeError: 'module' object has no attribute 'start'
The code is a