Hello
On installing web2py and an application named Sahana Eden and trying to run the app, I get an error indicating that portalocker cannot be imported in pydal.py.
I see a note that this is fixed on Sept 27.
What do I need to do it so that I get the update? I had installed web2py using the command
git clone --recursive git://
github.com/web2py/web2py.git and seems that I did not get the commit from late Sept.
| web2py™ |
Version 2.14.6-stable+timestamp.2016.05.09.19.18.48 |
| Python |
Python 2.7.12: /usr/bin/python (prefix: /usr) |
Traceback
1. 2. 3. 4. 5. 6. 7. | Traceback (most recent call last): File "/home/web2py/gluon/restricted.py", line 216, in restricted exec(ccode, environment) File "/home/web2py/applications/eden/models/000_1st_run.py", line 73, in <module> from gluon import portalocker ImportError: cannot import name portalocker
|
Error snapshot
<type 'exceptions.ImportError'>(cannot import name portalocker)
Thanks
Avinash Kachhy