ModuleNotFoundError: No module named 'fcntl'
我想老師使用的環境應該不是windows吧,我在windows7下使用gunicorn httpbin:app 出現了“ModuleNotFoundError: No module named 'fcntl'”的錯誤提示,我的gunicorn與httpbin模塊都是正確安裝了的,在網上找了下在windows下應該是使用win32api來代替的(https://stackoverflow.com/questions/1422368/fcntl-substitute-on-windows),不知是不是這樣。
2017-06-26
mac, ?windows不支持gunicorn