[Buildroot] [PATCH v2 1/1] package/python-web2py: bump to version 3.0.11
Julien Olivain
ju.o at free.fr
Sat Jan 25 16:04:24 UTC 2025
Hi James,
Thank you for the patch.
On 24/01/2025 22:13, James Hilliard wrote:
> Drop patch which is now upstream.
>
> License file renamed without content changes.
>
> Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Trying to build the package with this patch is failing for me,
with output:
>>> python-web2py 3.0.11 Building
/buildroot/output/host/bin/python -c 'import os;
os.chdir("/buildroot/output/build/python-web2py-3.0.11"); from
gluon.main import save_password; save_password("web2py",8000)'
Traceback (most recent call last):
File
"/buildroot/output/build/python-web2py-3.0.11/gluon/__init__.py", line
143, in import_packages
sys.modules[package] = builtins.__import__(package)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'rocket3'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/buildroot/output/build/python-web2py-3.0.11/gluon/__init__.py", line
148, in <module>
import_packages()
File
"/buildroot/output/build/python-web2py-3.0.11/gluon/__init__.py", line
145, in import_packages
raise RuntimeError(MESSAGE % package)
RuntimeError: web2py depends on rocket3, which apparently you have
not installed.
Probably you cloned the repository using git without '--recursive'
To fix this, please run (from inside your web2py folder):
git submodule update --init --recursive
You can also download a complete copy from http://www.web2py.com.
Can you have a look, please?
Best regards,
Julien.
More information about the buildroot
mailing list