[pyar] from collections import OrderedDict -> ImportError!

xavier lesa xavierlesa en gmail.com
Jue Abr 12 22:47:52 ART 2012


jaaaa gracias!! si lo vi después de hacer la consulta :)
y también encontre otro odict [http://pypi.python.org/pypi/odict]

tiro el cacho de código  por si a alguno le sirve

try:
    from collections import OrderedDict
except ImportError:
    try:
        from odict import odict as OrderedDict
    except ImportError:
        from ordereddict import OrderedDict


Xavier
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20120412/9f83a7f5/attachment.html>


More information about the pyar mailing list