翻译
菜单>:
TOC
返回
原文:
If you choose to use the Unix version you need the Python interpreter (version 2.4 or later) and the SQLite3 database. After you have those, unzip web2py and run :: python web2py.py
翻译:
如果你选择使用Unix版本,你需要安装Python解释器(版本2.4或更高)和SQLite3数据库。 *[译注:2.4与2.5有些区别。在2.5中使用sha512的摘要算法,而2.4只使用sha。同时2.5内置了sqlite,因此不需要安装。如果有加密数据,则2.4与2.5下的版本处理可能有不同,需要注意。]* 有了这些之后,unzip web2py然后运行 :: python web2py.py
备注:
译者: