We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
localhost:3000/evote/default/index
errors/
In short, it appears there is a missing module applications.evote.modules.rsa
applications.evote.modules.rsa
The text was updated successfully, but these errors were encountered:
Seeing the same thing here.
Sorry, something went wrong.
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.
No branches or pull requests
After cloning web2py and evote, and starting web2py, visiting
localhost:3000/evote/default/index
causes an internal server error. The error outputted inerrors/
can be found here: https://gist.github.com/davebenvenuti/f807aa6784a1ed90232a45372e09e1caIn short, it appears there is a missing module
applications.evote.modules.rsa
The text was updated successfully, but these errors were encountered: