2008/10/16 Moises Brenes <[EMAIL PROTECTED]>:
> Segun este reporte [ 0 ], la solucion seria reinstalar cada paquete de python:
>
> sudo apt-get --reinstall install $(dpkg -l `apt p python` 2>/dev/null
> | awk '{if ($1 == "ii") print $2}')
>
> [ 0 ] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480741Muchas gracias a todos muchachos... efectivamente como dice Moises la solucion era reinstalar todos los paquetes de python, el comando que sale arriba me tiraba un error, asi que purge todos los paquetes de python y los volvi a instalar y se soluciono... De nuevo muchas gracias a todos Saludos C.- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

