View Single Post
Posts: 2 | Thanked: 0 times | Joined on Feb 2010 @ Brazil
#96
Hi scottrNZ.

I was not able to send you a private message too.
I guess my problem is related to non-ascii characters... I'm mayor of venues with accents like "Pćo"
Here is part of my log

Code:
File "/opt/barriosquare/barriosq.py", line 4727, in updateDashboard 
self.updateCounts() 
File "/opt/barriosquare/barriosq.py", line 4700, in updateCounts 
self.lastCheckedInVenueName = str(row['name'].toString()) 
UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 4: ordinal not in range(128) 
QSqlDatabasePrivate::removeDatabase: connection 'DataManager' is still in use, all queries will cease to work. 
QSqlDatabasePrivate::removeDatabase: connection 'InsertUpdate' is still in use, all queries will cease to work. 
QSqlDatabasePrivate::removeDatabase: connection 'Select' is still in use, all queries will cease to work.
Hope it helps...