<div class="gmail_quote">On Thu, Jun 3, 2010 at 02:27, Mauricio Martinez Garcia <span dir="ltr">&lt;<a href="mailto:morfeokmg@gmail.com">morfeokmg@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Hi, i have an problem at import module collections:<br>
#===========================================================<br>
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit<br>
(Intel)] on<br>
win32<br>
Traceback (most recent call last):<br>
  File &quot;C:\CONCILIACIONES\bin\conciliadorprepago.py&quot;, line 13, in &lt;module&gt;<br>
    from collections import namedtuple<br>
ImportError: cannot import name namedtuple<br>
#===========================================================<br>
<br>
i work on Python 2.5.4 and cx_Oracle.<br>
<br>
This is my code:<br>
#Seccion de librerias<br>
import sys<br>
import os<br>
- --&gt;from collections import namedtuple<br>
<br>
I need work on this environment for council process.<br>
<br>
GREETINGS.<br></blockquote><div><br></div><div>collections.namedtuple was added in 2.6 </div></div>