Greetings,

I have been trying out urwid. So far, it looks useful and solid except for this error. I am running Debian testing on a Compaq DeskPro with Python 2.4.4c0 and libcurses 5.5-2.

./graph.py

Traceback (most recent call last):
  File "./graph.py", line 375, in ?
    main()
  File "./graph.py", line 372, in main
    GraphController().main()
  File "./graph.py", line 340, in main
    self.ui.run_wrapper( self.run )
  File "/home/marinier/stuff/urwid-0.9.7/urwid/raw_display.py", line 186, in 
run_wrapper
    return fn()
  File "./graph.py", line 349, in run
    canvas = self.view.render( size, focus=True )
  File "/home/marinier/stuff/urwid-0.9.7/urwid/widget.py", line 1485, in render
    bottom_c = self.bottom_w.render( size )
  File "/home/marinier/stuff/urwid-0.9.7/urwid/widget.py", line 1486, in render
    top_c = self.top_w.render(
  File "/home/marinier/stuff/urwid-0.9.7/urwid/widget.py", line 1478, in 
top_w_size
    return (maxcol-left-right, maxrow-top-bottom)
NameError: global name 'maxrow' is not defined

--
Claude Marinier, Information Technology
Defence Research & Development Canada (Ottawa)
[EMAIL PROTECTED]
http://www.ottawa.drdc-rddc.gc.ca
Telephone: (613) 998-4901


_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to