So, this new setup is different from when I was a boy (had to say it). Thankfully there's a nice quickstart recipe!
I'm following the virtualenv style, and am running into problems. I am not an idiot, but assume that for anything related to python I am ignorant but read well. So, I get to the point of doing python setup.py develop, and it chugs along, then stops trying to download Flask. Specifically, I get the following error: Searching for Flask>=0.9 Reading http://pypi.python.org/simple/Flask/ Reading http://github.com/mitsuhiko/flask/ Best match: Flask 0.9 Downloading http://pypi.python.org/packages/source/F/Flask/Flask-0.9.tar.gz#md5=4a89ef2b3ab0f151f781182bd0cc8933 error: MD5 validation failed for Flask-0.9.tar.gz; possible download problem? I presume that the md5 is an expected hash value for the downloaded file, but I can't figure out where it's getting that value or why it might be failing. Any help appreciated. -- Chris Cleeland _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
