Re: [Tutor] Troubles with Python modules

2005-05-19 Thread Alberto Troiano
Hey Is there any work around to accomplish what I want? I'm asking because I'm still with the same problem Regards Alberto >From: Danny Yoo <[EMAIL PROTECTED]> >To: Alberto Troiano <[EMAIL PROTECTED]> >CC: tutor@python.org >Subject: Re: [Tutor] Troubles

Re: [Tutor] Troubles with Python modules

2005-05-18 Thread Alberto Troiano
I'm sending the commands you asked I'm still can't make it work and I don't know what else should I do I'll aprecciate any help Best Regards Alberto From: Danny Yoo <[EMAIL PROTECTED]> To: Alberto Troiano <[EMAIL PROTECTED]> CC: tutor@python.org Subject: Re:

Re: [Tutor] Troubles with Python modules

2005-05-17 Thread Alberto Troiano
Here you go Each filenaem corresponds to the command Thanks in advanced Alberto From: Danny Yoo <[EMAIL PROTECTED]> To: Alberto Troiano <[EMAIL PROTECTED]> CC: tutor@python.org Subject: Re: [Tutor] Troubles with Python modules Date: Tue, 17 May 2005 14:56:52 -0700 (PDT) On Tue,

Re: [Tutor] Troubles with Python modules

2005-05-17 Thread Danny Yoo
On Tue, 17 May 2005, Alberto Troiano wrote: > Sorry about the question marks (MSN addiction :)) > > Didn't work and as I suspected it was already installed. Hi Alberto, I'm still thinking that the MySQL development packages are either damaged or mixed up, since the error message says that it c

Re: [Tutor] Troubles with Python modules

2005-05-17 Thread Danny Yoo
On Tue, 17 May 2005, Alberto Troiano wrote: > I'm sending the errors MySQLdb gives me when I try to install it. It's > hola.txt file > I'm doing python setup.py build and inside hola.txt you can see what it says > I have installed Linux Red Hat with ALL packages Hi Alberto, [Side note: please

Re: [Tutor] Troubles with Python modules

2005-05-17 Thread Alberto Troiano
see I'm in the middle of the wall and the sword thanks for any help you can give me Best Regards Alberto >From: Danny Yoo <[EMAIL PROTECTED]> >To: Alberto Troiano <[EMAIL PROTECTED]> >CC: Tutor >Subject: Re: [Tutor] Troubles with Python modules >Date: Tue, 17 May

Re: [Tutor] Troubles with Python modules

2005-05-17 Thread Alberto Troiano
ays I have installed Linux Red Hat with ALL packages Can I add datetime module to Python 2.2.2 ?? If so how??? Regards Alberto From: Danny Yoo <[EMAIL PROTECTED]> To: Alberto Troiano <[EMAIL PROTECTED]> CC: Tutor Subject: Re: [Tutor] Troubles with Python modules Date: Tue, 17

Re: [Tutor] Troubles with Python modules

2005-05-17 Thread Danny Yoo
On Tue, 17 May 2005, Alberto Troiano wrote: > I'm working on Python 2.2 over Linux REd Hat 9.0 and here is the code I > have [code cut] > First I'd like to know if this code can be shorter or more efficient (if > you have the time) Yes. But let's look at the errors first. > Second the err

[Tutor] Troubles with Python modules

2005-05-17 Thread Alberto Troiano
Hey I'm working on Python 2.2 over Linux REd Hat 9.0 and here is the code I have import os import sys import MySQLdb import datetime import time class conexion(object): def __init__(self): self.db = MySQLdb.connect(host="localhost", user="administrador", passwd="123456",db="segurida