On Wed, Mar 27, 2013 at 2:48 PM, Νίκος Γκρ33κ <nikos.gr...@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
-- http://mail.python.org/mailman/listinfo/python-list