The system uses python 2.4 and seems not to be compatible with newer versions as 2.1.1. Trying to use 2.1.1 I get:
[Thu Feb 23 22:25:18 2012] [error] [client 2.138.60.245] File "/usr/ src/tg2env/lib/python2.4/site-packages/transaction-1.2.0-py2.4.egg/ transaction/__init__.py", line 19, in ? [Thu Feb 23 22:25:18 2012] [error] [client 2.138.60.245] from transaction._transaction import Transaction [Thu Feb 23 22:25:18 2012] [error] [client 2.138.60.245] File "/usr/ src/tg2env/lib/python2.4/site-packages/transaction-1.2.0-py2.4.egg/ transaction/_transaction.py", line 108, in ? [Thu Feb 23 22:25:18 2012] [error] [client 2.138.60.245] from transaction.compat import reraise [Thu Feb 23 22:25:18 2012] [error] [client 2.138.60.245] File "/usr/ src/tg2env/lib/python2.4/site-packages/transaction-1.2.0-py2.4.egg/ transaction/compat.py", line 45, in ? [Thu Feb 23 22:25:18 2012] [error] [client 2.138.60.245] from io import BytesIO as StringIO [Thu Feb 23 22:25:18 2012] [error] [client 2.138.60.245] ImportError: No module named io and abobe repoze error does not allow to log in the app... On 23 feb, 21:41, Christoph Zwerschke <[email protected]> wrote: > Am 23.02.2012 20:44, schrieb Juan Antonio Ib ez: > > > [Thu Feb 23 20:19:56 2012] [error] /usr/src/tg2env/lib/python2.4/site- > > packages/SQLAlchemy-0.5.1-py2.4.egg/sqlalchemy/engine/default.py:229: > > SAWarning: Unicode type received non-unicode bind param value 'user' > > You can ignore that. It is produced by the repoze auth modules, so you > can't change that anyway. With more recent versions of TG/SA/repoze it > should not appear any more. > > -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

