摘要: sqlite3.ProgrammingError:You must notuse8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str).Itis highly recommended that you instead just switch your application to Unicode stringsFound the solution, I should have spent just a little more ti 阅读全文
posted @ 2011-11-21 22:47 王帅901 阅读(342) 评论(0) 推荐(0) 编辑