Windows 上的 Django 和 FasctCGI
很抱歉提出了这么奇怪的问题,但似乎 Windows 和 FastCGI for Django 并不是好朋友; FastCGI 会使用 Flup,而 Flup 讨厌 Windows!并且在制作时
manage.py runfcgi
会出现错误:
无法导入 flup.server.scgi_fork
那么有什么提示或技巧可以做到这一点吗?
sorry for making such bizarre question, but it seems that Windows and FastCGI for Django are not good friends; FastCGI will use Flup, and Flup hates windows! and when making
manage.py runfcgi
it will rise an error:
can't import flup.server.scgi_fork
so is there any tip or trick to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,如果是我来回答,但我发现 Windows 不支持 FastCGI,谁想要这个,获取 Linux :)
或尝试这个
sorry if it's me who will answer, but i found that windows dont support FastCGI, who wants this, get Linux :)
or try this http://pypi.python.org/pypi/fcgi-python/0.5