|
早上刚刚找了款强软件:wiki+(部分)basket+(操作方面超越了tiddlywiki)=luminotes。我下了源码,想装desktop版,好不容易凑齐了几个其规定的依赖,但初始化还是失败。
错误信息:
bash-4.0$ export PYTHONPATH=.
bash-4.0$ python tools/initdb.py -l
/home/atlas/downloads/luminotes/luminotes/controller/Database.py:5: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
Initializing the database with default data.
Traceback (most recent call last):
File "tools/initdb.py", line 196, in <module>
main( sys.argv[ 1: ] )
File "tools/initdb.py", line 151, in main
host = cherrypy.config.configMap[ u"global" ].get( u"luminotes.db_host" )
AttributeError: 'Config' object has no attribute 'configMap'
其所需依赖(括号是arch对应的软件名):
* Python 2.4 to 2.5
* CherryPy 2.2
* pysqlite 2.3 to 2.4 (python-pysqlite)
* simplejson 1.3 to 2.0 (python-simplejson)
* pytz 2006p to 2008c (python-pytz)
* Python Imaging Library 1.1 (pil)
* Python Universal Encoding Detector 1.0 (python-chardet)
源码包下载地址:
http://luminotes.com/static/luminotes.tar.gz
体验网站:
http://luminotes.com
不懂python,不知道上面信息是什么意思 |
|