[pyar] Error en conversión de string a fecha

Facundo Batista facundobatista en gmail.com
Mie Nov 21 14:31:52 ART 2012


2012/11/21 Maxi <maxirobaina en gmail.com>:

> Python 2.7.1+ (r271:86832, Sep 27 2012, 21:16:52)
> [GCC 4.5.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import locale
>>>>
>>>> locale.getlocale()
> (None, None)
>
>
> Script:
> ('es_AR', 'UTF8')
>
> ¿Posible solución?

El tema es que te están pasando el nombre del día en inglés. ¿Estás
seguro que siempre te va a venir así? si sí, seteá el locale a None o
EN o algo así y listo... si no, estás en el horno :)

-- 
.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
Twitter: @facundobatista



More information about the pyar mailing list