mdipierro / evote

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

Adding recursive git clone to web2py example #18

Closed gene1wood closed 9 years ago

gene1wood commented 9 years ago

To address the following error, I'm adding the --recursive flag to the git clone of web2py

$ python web2py.py
Traceback (most recent call last):
  File "web2py.py", line 18, in <module>
    import gluon.widget
  File "/home/gene/web2py/gluon/__init__.py", line 29, in <module>
    "You can also download a complete copy from 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

You can also download a complete copy from from http://www.web2py.com.
gene1wood commented 9 years ago

Thanks for the merge.

mdipierro commented 9 years ago

Sorry it took so long.