>
>
>
> cursor.execute('SELECT DISTINCT(flagCode) FROM iata_icao_codes WHERE
> Country=?', (country_selected))
> flagCode = cursor.fetchone()
>
> el error por ejemplo es en un combobox donde estan el listado de los
> paises, ejemplo en Angola me saca este error
>
> sqlite3.ProgrammingError: Incorrect number of bindings supplied. The
> current statement uses 1, and there are 6 supplied.
>
>
>


Busca en google

python query "Incorrect number of bindings supplied"

y haz click en el primer link.
_______________________________________________
Python-es mailing list
Python-es@python.org
http://mail.python.org/mailman/listinfo/python-es
FAQ: http://python-es-faq.wikidot.com/

Responder a