mdipierro / evote

A system for secure, trusted, and verifiable voting on the web
Other
116 stars 41 forks source link

git clone ... recurse-submodules to get pydal #20

Closed CarlFK closed 9 years ago

CarlFK commented 9 years ago

carl@twist:~/src/web2py$ python web2py.py Traceback (most recent call last): File "web2py.py", line 18, in import gluon.widget File "/home/carl/src/web2py/gluon/init.py", line 29, in "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 update --init --recursive

You can also download a complete copy from http://www.web2py.com.

mdipierro commented 9 years ago

sorry this was already merged from another pull request. but thanks.