[web2py] Re: Error in appadmin (database admin) on python 3

2017-08-08 Thread Kirill Shatalaev
#1727 on web2py понедельник, 7 августа 2017 г., 18:20:30 UTC+4 пользователь Massimo Di Pierro написал: > > please open a ticket in web2py or pydal, I can fix this in either place. > > >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Re: Error in appadmin (database admin) on python 3

2017-08-07 Thread Massimo Di Pierro
please open a ticket in web2py or pydal, I can fix this in either place. On Sunday, 6 August 2017 10:07:40 UTC-5, Kirill Shatalaev wrote: > > Hello, when using python3 and database admin, I got this error: > > name 'unicode' is not defined > > You need to click on any table name (for example, >

[web2py] Re: Error in appadmin (database admin) on python 3

2017-08-06 Thread Leonel Câmara
Looks like a pyDAL bug, there is no "unicode" in the appadmin. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are s

Re: [web2py] Re: Error in appadmin

2012-09-11 Thread Martin Weissenboeck
Sorry, my mistake! Of course I have tried to find the wrong text in my code three times before asking, but apperently insufficient. Thank you for the hint with the "grep" coomand - it helped to find the error. 2012/9/11 Massimo Di Pierro > Not in web2py. Perhaps in the code you are running? > >

[web2py] Re: Error in appadmin

2012-09-11 Thread Massimo Di Pierro
Not in web2py. Perhaps in the code you are running? $ grep '%(first_name)' gluon/*.py gluon/tools.py:user_identifier = '%(first_name)s' gluon/tools.py:return '%(first_name)s %(last_name)s' % user gluon/tools.py:format='%(first_name)s %(last_n