[python-win32] module namedtuple no found on Python Win 2.5.4

2010-06-03 Thread Mauricio Martinez Garcia
-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

Re: [python-win32] module namedtuple no found on Python Win 2.5.4

2010-06-03 Thread Graeme Glass
On Thu, Jun 3, 2010 at 9:30 AM, 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)

[python-win32] How can improvement time of response of Python cx_Oracle

2010-06-03 Thread Mauricio Martinez Garcia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. This is my code for Oracle Connection with python and cx_Oracle. How can improvement time of response?. #== #Este metodo crea una conexion a oracle def

[python-win32] python 2.5.1 and MSVC++ 2008

2010-06-03 Thread Heather Kelly
Hi, I work on a project that still supports 2.5.1 for now (we plan to upgrade to 2.6 in the near future). In the meantime, we are moving to MSVC++ 2008 from MSVC++ 2003. Up to now, we have been using the binary distribution of python, but I believe to support MSVC++ 2008, we now must build

Re: [python-win32] python 2.5.1 and MSVC++ 2008

2010-06-03 Thread Trent Nelson
On 6/3/2010 2:14 PM, Heather Kelly wrote: Hi, I work on a project that still supports 2.5.1 for now (we plan to upgrade to 2.6 in the near future). In the meantime, we are moving to MSVC++ 2008 from MSVC++ 2003. Up to now, we have been using the binary distribution of python, but I believe to

Re: [python-win32] How can improvement time of response of Python cx_Oracle

2010-06-03 Thread Trent Nelson
On 6/3/2010 1:50 PM, Mauricio Martinez Garcia wrote: The time for an comparation of 2 DBs are many. Python: 1 - 2 mins by rows. Java 0.02 - 0.10 secs by rows. I need improvement the time of response of 1 - 2 minutes to 0.02 - 0.10 secs. How can this?. Out of interest, have you ruled out