I'am about to go nuts with python 3.2.3

Do you see somehtign wrong with the following statement?

cur.execute( '''SELECT hits FROM counters WHERE url = ?''', (page,) )
data = cur.fetchone()

because as you can see by visiting my webpage at http://superhost.gr it 
produces an error and i dont have  aclue why.

Please help. i'am using MySQLdb
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to