I think all the major distribution packagers are already aware of this
from IRC, but I figure it might not hurt to put this out there on the
mail list archives for users who run into it on their own.

If you get this error when pressing 'h' in the curses interface:
  NameError: global name 'CURSES_REVNO' is not defined

then you need to apply the attached patch.

-RW
=== modified file 'curses/wicd-curses.py'
--- curses/wicd-curses.py	2009-06-21 02:44:32 +0000
+++ curses/wicd-curses.py	2009-06-21 18:45:44 +0000
@@ -202,7 +202,7 @@
 # Modeled after htop's help
 def help_dialog(body):
     textT  = urwid.Text(('header','wicd-curses help'),'right') 
-    textSH = urwid.Text(['This is ',('blue','wicd-curses-'+CURSES_REVNO),' using wicd ',unicode(daemon.Hello()),'\n'])
+    textSH = urwid.Text(['This is ',('blue','wicd-curses-'+CURSES_REV),' using wicd ',unicode(daemon.Hello()),'\n'])
 
     textH = urwid.Text([
 "For more detailed help, consult the wicd-curses(8) man page.\n",

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
wicd-devel mailing list
wicd-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicd-devel

Reply via email to