1) Open up /usr/share/wicd/wicd/configmanager.py as root.
2) Find this block of code (should be around line 114):
if isinstance(ret, (int)):
try:
Int32(ret)
except OverflowError:
ret = long(ret)
And make it look like this
if isinstance(ret, (int, long)):
try:
Int32(ret)
except OverflowError:
ret = str(ret)
Note that the first and last lines changed.
3) Save the changes and restart the client and daemon.


Comments: 2
COMMENT: FELICIA SAMS

FEB 23, 2010 - 12:43:16 PM
COMMENT: DAVID
JUN 6, 2010 - 16:44:31
Tengo instalado el ad muncher 4.81 trial version, pero se han cumplido los 30 dias de prueba y.............. a tomar por saco, jejejeje.. y la verdad es que es un programa buenisimo contra los spams.
Estoy intentando conseguir una medicina para tener el programa para siempre pero no la he encontrado.
Si alguien me puede decir en que pagina encontrarla o alguien la tiene y no le importa compartirla, aqui estoy yo a la espera
Gracias. «