- where to get more information http://pypi.python.org/pypi/setuptools#windows
- Python 安裝的package 都放在 D:\"your python dict"\Lib\site-packages 下
- 找一下 網頁最下方看自己是python 哪一版,windows 版都是 exe file,只要執行它就好了
- 如果有安裝過前一版本,記得delete 所有的 setuptools*.eg/site-packages 下的setuptools
for examples: site-packages/setuptools-0.6c9-py2.5.egg-info/
/site-packages/setuptools - 新增 path ,如 D:\Python25\Scripts 到你的windows 環境中 ( 方法:控制台-->系統-->進階-->環境變數-->path)
- 用DOS mode, key " easy_install --help" ,如果有訊息,應該就可以用了
- Easy_install 細節說明 http://peak.telecommunity.com/DevCenter/EasyInstall
- 要安裝程式 easy_install xxx
Setting Up Your Environment:
Before we dive into the fun that is Buildout we need to ensure that we have a few things. Firstly make sure you have the following installed on your system:
- Python 2.4
- The Python Imaging Library
- The ez_setup.py script
Once you have these run the following commands to grab the tools you'll need to setup your buildout:
$: python ez_setup.py
This will download and install the setuptools and easy_install script which you will next use to grab the final tranche of setup tools.
$: easy_install -U ZopeSkel
Now that you have everything, run the following command:
$: paster create --list-templates
Paster is a tool that creates a skeleton of a project depending on the template that you feed it. So long as the templates for plone3_buildout and plone you should be fine.
沒有留言:
張貼留言