On Thu, Jun 3, 2010 at 02:27, Mauricio Martinez Garcia <morfeo...@gmail.com>wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, i have an problem at import module collections: > #=========================================================== > Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit > (Intel)] on > win32 > Traceback (most recent call last): > File "C:\CONCILIACIONES\bin\conciliadorprepago.py", line 13, in <module> > from collections import namedtuple > ImportError: cannot import name namedtuple > #=========================================================== > > i work on Python 2.5.4 and cx_Oracle. > > This is my code: > #Seccion de librerias > import sys > import os > - -->from collections import namedtuple > > I need work on this environment for council process. > > GREETINGS. > collections.namedtuple was added in 2.6
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32