TurboGears / tg2

Python web framework with full-stack layer implemented on top of a microframework core with support for SQL DBMS, MongoDB and Pluggable Applications
http://www.turbogears.org/
Other
806 stars 78 forks source link

cliff.app fails with 'ascii' codec can't encode character #46

Closed umitkablan closed 11 years ago

umitkablan commented 11 years ago

The sqlite DB is empty although I am pretty sure I insert my test data to DB. TurboGears2-2.3.1.

20|17| 45,091 INFO [alembic.migration] Context impl SQLiteImpl. 20|17| 45,092 INFO [alembic.migration] Will assume non-transactional DDL. 20|17| 46,276 ERROR [cliff.app] 'ascii' codec can't encode character u'\u0131' in position 6: ordinal not in range(128) || Running setup_app() from acserver.websetup || Creating tables || Initializing Migrations

umitkablan commented 11 years ago

Sorry for the disturbance, it turned out to be my own printing problem which caused the misbehaviour!