| Subcribe via RSS

Problemas con el paquete python-chardet en Ubuntu

Mayo 27th, 2010 Posted in python, ubuntu

Desde hace un tiempo he tenido algunos problemas al actualizar mi Ubuntu. El problema estaba relacionado con el paquete python-chardet 1.0.1-1.1. Según he descubierto al ir a informar del fallo en bugs.launchpad.net el problema se puede corregir editando el fichero: /usr/share/python/debian_defaults:

sudo gedit /usr/share/python/debian_defaults

y modificando la línea:

# all supported python versions
supported-versions = python2.5, python2.6

por:

# all supported python versions
supported-versions = python2.5, python2.6, python3.0, python3.1


Entradas relacionadas

  1. Python: Subir archivos a un FTP
  2. Python: Trabajar con MySQL
  3. Python: descargar imágenes de una web
  4. Extraer audio de un DVD en Ubuntu – Devidify
  5. Programando en Python con Eclipse
Valoración:
1 Estrella2 Estrellas3 Estrellas4 Estrellas5 Estrellas (Sin calificar)
Loading ... Loading ...

Leave a Reply