MySQLdbd error. Perhpas it isn't installed?

Joel Goldstick joel.goldstick at gmail.com
Wed Mar 27 15:06:27 EDT 2013


On Wed, Mar 27, 2013 at 2:48 PM, Νίκος Γκρ33κ <nikos.gr33k at gmail.com> wrote:

> I had encoding isseus as well!
>
> Now i tried your suggestion changing comma with '%' and now the error is
> more clear.
>
> [code]
> _mysql_exceptions.OperationalError: (1054, "Unknown column 'index.html' in
> 'where clause'")
> [/code]
>
>
> loook at http://superhost.gr please to see the whoel traceback
> --
> http://mail.python.org/mailman/listinfo/python-list
>


You should print the sql statement to see what is being created.  Create
the sql, and assign it to a variable name.  Print that.  Then execute the
command.
-- 
Joel Goldstick
http://joelgoldstick.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130327/40e67eb5/attachment.html>


More information about the Python-list mailing list