Python import web not working
问题 So I'm getting the following error when running a script that imports web . $ python bin/app.py Traceback (most recent call last): File "bin/app.py", line 1, in <module> import web ImportError: No module named web I tried using easy_install web but get this error: $ easy_install web Searching for web Reading http://pypi.python.org/simple/web/ Reading http://www.pythonweb.org/web/ Reading http://www.pythonweb.org/web/release/ No local packages or download links found for web error: Could not