Wednesday

sqlite3.OperationalError: Could not decode to UTF-8 column

to get rid of this error add following line after opening connection:


db_connection = sqlite.connect('my.db')
db_connection.text_factory = str


more about connections objects

No comments:

imagemagic add text to image

rem different types of text annotations on existing images rem cyan yellow orange gold rem -gravity SouthWest rem draw text and anno...