Ok it works with python2.7. No more error for me. Thanks.
On Mon, Jun 27, 2011 at 10:47:27AM +0100, Paul Wise wrote: > On Mon, 2011-06-27 at 10:06 +0200, Gabriel Huau wrote: > > > When I invoke 'iotop' without argument from an ordinary shell prompt it > > returns UnboundLocalError rather than the expected window. > > Here is a transcript : > ... > > I am using Debian GNU/Linux Sid, kernel 2.6.37, and I am on an ARM > > Architecture. > > I am unable to reproduce this and looking at the code, it is a bug in > the Python curses wrapper, that is fixed in python 2.7: > > http://bugs.python.org/issue5622 > > As a workaround until this is fixed or Debian switches to python 2.7, > please install python2.7 and run iotop like this: > > python2.7 /usr/bin/iotop > > Does that work for you or is there some other error? > > -- > bye, > pabs > > http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

