-
Traceback (most recent call last):
File "E:\web2py\gluon\__init__.py", line 31, in import_packages
sys.modules[package] = __import__(package)
ModuleNotFoundError: No module named 'pydal'
D…
-
**Steps to reproduce:**
1. Install fresh Sahana Eden git master ([2787edb](https://github.com/sahana/eden/commit/2787edbf27dac9eac12bf6aff32522b7c0af1397)) with _default_ template with no additional …
-
If `settings.enable_captchas = True` is set in `models/1.py1` then the runestone server fails to start. (Using docker based server setup). Error below is reported in logs. Disabling that setting allow…
-
Here is my traceback
Traceback (most recent call last):
File "C:\dev\web2py\gluon\restricted.py", line 219, in restricted
exec(ccode, environment)
File "C:/dev/web2py/applications/wrighthub/m…
-
**Describe the bug**
When running web2py_src on python27 (download from web2py python27 and download from python3), a ticket is generated. Something related to auth.define_tables (username = False, s…
-
**Describe the bug**
Getting Error while starting web2py.py from Windows 10.
AttributeError: 'Monitor' object has no attribute 'isAlive'
Version 2.20.4-stable+timestamp.2020.05.03.05.18.50
*…
-
Buscar apoio (inclusive financeiro) da:
- PSF
- Plone Foundation
- Zope Foundation
- Django Foundation
- Web2Py/Massimo (PSF?)
Para dar encaminhamento no registro das marcas:
- Python
- Django
- Plon…
-
**Describe the bug**
We have an onclick function using a web2py_component that passes parameters using vars=dict(a=x, b=y, c=z), that is:
`web2py_component("{{=URL('my_controller', 'my_view.load', v…
mmoye updated
2 years ago
-
In the context recent changes to various text functions (most recently #343 / #350) it has come up that there is no in-depth explanation of those functions and their differences (let alone the new pos…
-
Hello,
I migrated a hobby project from web2py to py4web.
Most of it is working but I am seeing unexpected behavior with my template blocks compared to how it was in web2py.
Below a basic layou…