mdipierro/evote

Internal Server Error after following quick start instructions

Opened this issue · 2 comments

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

Seeing the same thing here.

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.