Did however find a ticket in the admin app from when I tried the upgrade.
Traeback:
1.
2.
3.
4.
5.
6.
7.
Traceback (most recent call last):
File "/home/vgr2/myapp/gluon/restricted.py", line 227, in restricted
etype, evalue, tb = sys.exc_info()
File "/home/vgr2/myapp/applications/admin/co
I installed today web2py on OSX 10.14.6 / Python 3.7
Trying to login the first time I'm getting the error 'module object has no
attribute pbkdf2_hmac'.
I didn't have this problem on unix.
Many thanks for help
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://
Valdeck, I had a similar error.. could you try again?
cd web2py
git init
git remote add origin https://github.com/web2py/web2py.git
rm -rf gluon/packages/dal
rm -rf gluon/packages/yatl
git fetch --all
git reset --hard origin/master
git submodule update --init --recur
To diasble it:
if form.accepts(..., hideerror=False):
to restyle it, restyle:
.error
Kind regards,
Annet
--
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
Hi,
This did the trick. Thank you very much!!
El viernes, 23 de agosto de 2019, 10:09:01 (UTC-5), Annet escribió:
>
> To diasble it:
>
> if form.accepts(..., hideerror=False):
>
>
> to restyle it, restyle:
>
> .error
>
>
> Kind regards,
>
> Annet
>
>
--
Resources:
- http://web2py.com
- http:/
5 matches
Mail list logo