mdipierro / evote

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

Internal Server Error after following quick start instructions #30

Open davebenvenuti opened 6 years ago

davebenvenuti commented 6 years ago

After cloning web2py and evote, and starting web2py, visiting localhost:3000/evote/default/index causes an internal server error. The error outputted in errors/ can be found here: https://gist.github.com/davebenvenuti/f807aa6784a1ed90232a45372e09e1ca

In short, it appears there is a missing module applications.evote.modules.rsa

bmcollier commented 6 years ago

Seeing the same thing here.

bmcollier commented 6 years ago

The quickstart is wrong. The app needs to be run with the rsa module loaded from pip.

So:

virtualenv venv
source venv/bin/activate
pip install rsa

..and then launch the loader.