|
|
|
|
 webwear起步问题: - czz [ 2004-02-25 16:37 | 1,024 byte(s)]
 Re: webwear起步问题: - czz [ 2004-02-25 17:24 | 30 byte(s)]
 Re: webwear起步问题: - limodou [ 2004-02-26 14:53 | 39 byte(s)]
 Re: webwear起步问题: - czz [ 2004-02-27 00:38 | 88 byte(s)]
 Re: webwear起步问题: - xyb [ 2004-02-27 09:20 | 16 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
http://webware.sourceforge.net/Webware-0.8.1/WebKit/Docs/InstallGuide.html#built-in-web-server
我参考的这个文档.我准备开始我的python创建web application的旅程.
我准备使用内建的web服务器.我的步骤是
安装python:http://www.python.org/ftp/python/2.0.1/Python-2.0.1.exe
并且将path变量填加python.exe的位置.
安装webware:http://prdownloads.sourceforge.net/webware/Webware-0.8.1.tar.gz?download
然后python install.py
然后appserver.bat http得到:
Listening on ('127.0.0.1', 8086)
Creating 10 threads..........
win32 extensions not present. Webkit Will not be able to detatch from the cont
olling terminal.
Ready (3.30 seconds after launch)
但是我http://127.0.0.1:8086看到不到任何内容。
他的内建的web服务器,是这么用的么?
|
|
|
[Original]
[Print]
[Top]
|
|
|