Advertisement
Guest User

Untitled

a guest
Feb 12th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. (superkuh)-(jobs:0)-(~/app_installs/sdr/pyrtlsdr/Feb-2013/pyrtlsdr)
  2. (! 2767)-> python rtlsdr_scan.py
  3. Traceback (most recent call last):
  4. File "rtlsdr_scan.py", line 827, in on_start
  5. self.scan_start(False)
  6. File "rtlsdr_scan.py", line 973, in scan_start
  7. self.settings.stop)
  8. ValueError: zero length field name in format
  9. Found Elonics E4000 tuner
  10. Exact sample rate is: 2000000.052982 Hz
  11. Traceback (most recent call last):
  12. File "rtlsdr_scan.py", line 862, in on_thread_status
  13. self.draw_plot()
  14. File "rtlsdr_scan.py", line 1016, in draw_plot
  15. self.settings.stop))
  16. ValueError: zero length field name in format
  17. Traceback (most recent call last):
  18. File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_wx.py", line 1316, in _onMotion
  19. FigureCanvasBase.motion_notify_event(self, x, y, guiEvent=evt)
  20. File "/usr/lib/pymodules/python2.6/matplotlib/backend_bases.py", line 1245, in motion_notify_event
  21. self.callbacks.process(s, event)
  22. File "/usr/lib/pymodules/python2.6/matplotlib/cbook.py", line 163, in process
  23. func(*args, **kwargs)
  24. File "rtlsdr_scan.py", line 550, in on_motion
  25. text = "f = {:.3f}MHz, p = {:.2f}dB".format(xpos, ypos)
  26. ValueError: zero length field name in format
  27. Traceback (most recent call last):
  28. File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_wx.py", line 1316, in _onMotion
  29. FigureCanvasBase.motion_notify_event(self, x, y, guiEvent=evt)
  30. File "/usr/lib/pymodules/python2.6/matplotlib/backend_bases.py", line 1245, in motion_notify_event
  31. self.callbacks.process(s, event)
  32. File "/usr/lib/pymodules/python2.6/matplotlib/cbook.py", line 163, in process
  33. func(*args, **kwargs)
  34. File "rtlsdr_scan.py", line 550, in on_motion
  35. text = "f = {:.3f}MHz, p = {:.2f}dB".format(xpos, ypos)
  36.  
  37. # ... and so on, especially when the live update is enabled as it is here.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement