Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server Error after following quick start instructions #30

Open
davebenvenuti opened this issue Dec 31, 2017 · 2 comments
Open

Comments

@davebenvenuti
Copy link

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
Copy link

Seeing the same thing here.

@bmcollier
Copy link

bmcollier commented Jun 6, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants