[mod_python] invalid literal for float

Michael C. Neel neel at mediapulse.com
Tue Oct 21 18:33:47 EST 2003


> I have attached my code, although I must ask if it was a MySQL error
> why does my script work fine on the command line and in IDLE 
> ?  Also, the
> script seems to throw an error during a cursor.execute(sql) 
> of a SELECT statement:
> 

Your second sentence should answer the first, I doubt mod_python has any
cursor classes =p.  Your best asking this on the mysql lists and/or the
mysqldb list.

Nothing looks odd at a glance, I'd check over my table structures and
data, then fire off the question to one of the above places.

Mike



More information about the Mod_python mailing list