2011年12月30日 星期五 10:40
各位,我想在WindowsXP上用Python内置的服务器运行moinmoin,但是按照书上描述的方法出现以下错误,不知道什么原因无法启动moinmoin,请各位书友指教。
“然后在 server 目录中运行./moin start 就可以在http://localhost:8000/ 中访问到一个新的MoinMoin 维基系统了!”
cmd:
E:\LovelyPython\links\moin-1.9.3\MyMoin\server>./moin start
'.' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
E:\LovelyPython\links\moin-1.9.3\MyMoin\server>.\moin start
'.\moin' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
E:\LovelyPython\links\moin-1.9.3\MyMoin\server>moin start
Usage: moin [command] [general options] command subcommand [specific options]
Options:
--version show program's version number and exit
-q, --quiet Be quiet (no informational messages)
--show-timing Show timing values [default: False]
--config-dir=DIR Path to the directory containing the wiki configuration
files. [default: current directory]
--wiki-url=WIKIURL URL of a single wiki to migrate e.g.
http://localhost/mywiki/ [default: CLI]
--page=PAGE wiki page name [default: all pages]
FATAL ERROR: You must specify a command module and name:
moin ... account check ...
moin ... account create ...
moin ... account disable ...
moin ... account resetpw ...
moin ... cli show ...
moin ... export dump ...
moin ... import irclog ...
moin ... import wikipage ...
moin ... index build ...
moin ... maint cleancache ...
moin ... maint cleanpage ...
moin ... maint globaledit ...
moin ... maint makecache ...
moin ... maint mkpagepacks ...
moin ... maint reducewiki ...
moin ... migration data ...
moin ... server standalone ...
moin ... xmlrpc mailimport ...
moin ... xmlrpc remote ...
General options:
Most commands need some general parameters before command subcommand:
--config-dir=/config/directory
Mandatory for most commands and specifies the directory that contains
your wikiconfig.py (or farmconfig.py).
--wiki-url=http://wiki.example.org/
Mandatory for most commands and specifies the url of the wiki you like
to operate on.
Specific options:
Most commands need additional parameters after command subcommand.
To obtain additonal help on a command use 'moin module subcommand --help'
Zeuux © 2024
京ICP备05028076号