[Live-demo] [OSGeo] #1474: Sahana fails to install due to web2py error
OSGeo
trac_osgeo at osgeo.org
Thu Feb 12 17:51:49 PST 2015
#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.
More information about the Live-demo
mailing list