Compiler error while installing py-bcrypt in Windows 7 Compiler error while installing py-bcrypt in Windows 7 flask flask

Compiler error while installing py-bcrypt in Windows 7


These libraries are already compiled and available somewhere. Someone already uploaded compiled versions for windows. I was able to run flask-bcrypt in Windows with the files.

You just throw it in your flask/scripts/python packages folder.

It was answered in the Flask subreddit with a location to download the libraries you need:

http://www.reddit.com/r/flask/comments/15q5xj/anyone_have_a_working_version_of_flaskbcrypt_for/


Have a loot at these MinGW binaries. It should be a version of MinGW GCC specifically taylored for building Python extension modules.

this installer tries to fix all the problems with compiling Python distutils extensions with GCC