Python-Ogre的安裝反而比C++環境的安裝簡單的多。
- 安裝Python 2.5 Windows installer (假設裝到C:\Python25)
- 抓下Python-Ogre 0.80 Windows Release for Python 2.5,解壓至C:\Python25
- 進到命令提示字元,輸入
cd \python25\Python-Ogre-0.8
..\python setup.py install - 抓下Media for Python-Ogre,解壓後將C:\Python25\Python-Ogre-0.8\demos\media覆蓋
來執行看看吧
cd \Python25\Python-Ogre-0.8\demos\ogre
\Python25\python.exe Demo_Lighting.py
成功!!
可以在我的電腦->內容->進階->環境變數->系統變數->path
在變數值後面加上;C:\Python25
記得重新開啟command console
就不用執行\Python25\python.exe 直接打python就好了,筆者的電腦因為有兩個版本的python,所以不做此設定。