mysqldb problem

2006-07-19 Thread liupei
when I set mysql some fields collate utf8_bin, and then fetch these fields is array.array,not the string I expected -- http://mail.python.org/mailman/listinfo/python-list

MySQLdb problem

2006-05-06 Thread liupei
I am use mod_python3.2.8,MySQL-python-1.2.1_p2,mysql5.0.20,centOS when I run the script below(I have also saved this script in utf-8): #coding: utf-8 from MySQLdb import connect connection=connect(user='root',passwd='',host='localhost',db='test') cursor = connection.cursor() cursor.execute("INSERT

how to do with the multi-frame GIF

2006-05-01 Thread liupei
how to do with the multi-frame GIF, I used the PIL ,but it seems not support? -- http://mail.python.org/mailman/listinfo/python-list

how to do with the multi-frame GIF

2006-05-01 Thread liupei
how to do with the multi-frame GIF, I used the PIL ,but it seems not support? -- http://mail.python.org/mailman/listinfo/python-list

how to do with the multi-frame GIF

2006-05-01 Thread liupei
how to do with the multi-frame GIF, I used the PIL ,but it seems not support? -- http://mail.python.org/mailman/listinfo/python-list