Re: [SQLObject] Unicode probs...

2012-02-28 Thread Oleg Broytman
On Tue, Feb 28, 2012 at 01:56:50PM -0500, Markos Kapes wrote: > Out[21]: Title is: title names are: [u'publisher', u'isbn', 'kind_id', > 'booktitle', u'release_date', u'edition', u'tag', u'type'] values are: [' ', > ' ', 1, '\xc3\xa9tape', None, None, None, None] > So, yes, there are unic

Re: [SQLObject] Unicode probs...

2012-02-28 Thread Oleg Broytman
On Mon, Feb 27, 2012 at 08:20:57PM -0500, Markos Kapes wrote: > I"m getting a UnicodeDecodeError and I"m unsure how to fix it... > /Library/Python/2.7/site-packages/sqlobject/dbconnection.pyc in > _insertSQL(self, table, names, values) > 460 return ("INSERT INTO %s (%s) VALUES

[SQLObject] Unicode probs...

2012-02-27 Thread Markos Kapes
I"m getting a UnicodeDecodeError and I"m unsure how to fix it... /Library/Python/2.7/site-packages/sqlobject/dbconnection.pyc in _insertSQL(self, table, names, values) 460 return ("INSERT INTO %s (%s) VALUES (%s)" % 461 (table, ', '.join(names),