uwsgi installation error in windows 7

馋奶兔 提交于 2019-12-03 02:30:19

uWSGI can be compiled on Windows only using cygwin. There is no such thing as uname in normal Windows console, but it exists inside cygwin. If you're already in cygwin console, try to run uname command, if that exists, check if os.uname() in python inside cygwin is also working.

Latest news from the front, uWSGI perfectly works on Windows 10 in bash on Ubuntu on Windows

As Linux subsystem still in beta, i'd not recommend for production usage, however this will cover all dev needs.

P.S. i know that op ask about Windows 7, however as Windows 10 and Linux subsystem come to Windows world later, i think i can leave this here.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!