problem running hello world with tornado web server (Python 2.5,Win 7)

前端 未结 2 739
长发绾君心
长发绾君心 2021-01-13 10:44

I am using Python 2.5 on Windows 7 (64bit).

I installed pycurl-7.15.5.1 (with win binaries) and tornado (using pip).

When I run the following hello world cod

2条回答
  •  -上瘾入骨i
    2021-01-13 11:38

    from tornado web page (http://www.tornadoweb.org/)

    Platforms: Tornado should run on any Unix-like platform, although for the best performance and scalability only Linux and BSD (including BSD derivatives like Mac OS X) are recommended.

    I think it is not compatible with windows

    Things similar with tornado can be achieve with twisted framework http://twistedmatrix.com which works under windows

    interesting pointers are

    http://twistedmatrix.com/documents/current/web/howto/web-in-60/index.html

    and

    http://twistedmatrix.com/documents/current/web/howto/web-in-60/dynamic-content.html

提交回复
热议问题