Changes between Version 7 and Version 8 of jazz/Comet/08-10-30
- Timestamp:
- Oct 30, 2008, 10:48:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Comet/08-10-30
v7 v8 2 2 3 3 * 根據 Orbited 的相依說明,我們會需要這幾個套件 4 * python2.5 - An interactive high-level object-oriented language (version 2.5) [註]'''用 Python 2.4 在執行 orbited 時會遇到一些 Error''' 4 * python2.5 - An interactive high-level object-oriented language (version 2.5) 5 * [註一] ''用 Python 2.4 在執行 orbited 時會遇到一些 Runtime Error~'' 6 * [註二] 由於安裝之後,Etch 預設還是用 Python2.4,很難改變預設 Runtime,因此網路上建議直接用 tarball 安裝 5 7 * python-setuptools - Python Distutils Enhancements 6 8 * python-twisted - Event-based framework for internet applications (transitional package) … … 9 11 {{{ 10 12 ~$ sudo apt-get install python-setuptools python-twisted python-simplejson 13 ~$ ~$ wget http://www.python.org/ftp/python/2.6/Python-2.6.tar.bz2 14 11 15 ~$ wget http://pypi.python.org/packages/source/o/orbited/orbited-0.7.0.tar.gz 12 16 ~$ tar zxvf orbited-0.7.0.tar.gz