在Windows 7下安裝PyQuery

 

網上看到的資料大都在Linux下安裝,不適用於Windows。經過努力,找到相關資料,多次失敗後安裝完成。特記

錄如下。

* 安裝python,推薦安裝2.6
運行python-2.6.msi


* 安裝setuptools
運行setuptools-0.6c11.win32-py2.6.exe
不象Linux,Windows下推薦安裝已編譯的版本;否則,會失敗。

* 環境變量path增加路徑:
C:\Python26;C:\Python\Scripts

* 安裝lxml
參考:http://blog.sina.com.cn/s/blog_641289eb0100yf84.htmlhttp://lxml.de/installation.html
運行easy_install --allow-hosts=lxml.de,*.python.org lxml==2.2.2
參數很重要,否則會報錯。這一步驟費最多時間,看到上述參考資料才解決。

* 安裝pyquery
運行easy_install pyquery

* 安裝完畢
可以上以下網站進行學習
http://packages.python.org/pyquery/index.html
http://www.geoinformatics.cn/lab/pyquery/

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章