package: iotop
Version: 0.4.3-1
When I invoke 'iotop' without argument from an ordinary shell prompt it
returns UnboundLocalError rather than the expected window.
Here is a transcript :
# iotop
Traceback (most recent call last):
File "/usr/bin/iotop", line 16, in <module>
main()
File "/usr/lib/pymodules/python2.6/iotop/ui.py", line 563, in main
main_loop()
File "/usr/lib/pymodules/python2.6/iotop/ui.py", line 553, in <lambda>
main_loop = lambda: run_iotop(options)
File "/usr/lib/pymodules/python2.6/iotop/ui.py", line 465, in run_iotop
return curses.wrapper(run_iotop_window, options)
File "/usr/lib/python2.6/curses/wrapper.py", line 46, in wrapper
stdscr.keypad(0)
UnboundLocalError: local variable 'stdscr' referenced before assignment
I am using Debian GNU/Linux Sid, kernel 2.6.37, and I am on an ARM Architecture.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]