#1474: Sahana fails to install due to web2py error ----------------------+----------------------------------------------------- Reporter: kalxas | Owner: live-demo@… Type: defect | Status: new Priority: critical | Milestone: OSGeoLive8.5 Component: LiveDVD | Keywords: sahana ----------------------+----------------------------------------------------- Similar to sahana, web2py has been used from git master so far, with no tagged releases. Apparently a recent change in master broke our installation:
{{{ Traceback (most recent call last): File "web2py.py", line 18, in <module> import gluon.widget File "/usr/local/lib/web2py/gluon/__init__.py", line 29, in <module> "You can also download a complete copy from http://www.web2py.com." RuntimeError: web2py depends on pydal, 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 init && git submodule update You can also download a complete copy from http://www.web2py.com. Traceback (most recent call last): File "web2py.py", line 18, in <module> import gluon.widget File "/usr/local/lib/web2py/gluon/__init__.py", line 29, in <module> "You can also download a complete copy from http://www.web2py.com." RuntimeError: web2py depends on pydal, 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 init && git submodule update You can also download a complete copy from http://www.web2py.com. }}} -- Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1474> OSGeo <http://www.osgeo.org/> OSGeo committee and general foundation issue tracker. _______________________________________________ Live-demo mailing list Live-demo@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/live-demo http://live.osgeo.org http://wiki.osgeo.org/wiki/Live_GIS_Disc