搭建python開發環境

syfly007發表於2013-05-28
1.下載python epd版,下載地址:https://www.enthought.com/downloads/,預設安裝,也可以自定義路徑。
選擇支援能支援python2.7的版本,如pywin32-218.win32-py2.7.exe,預設安裝,程式會自動解壓縮到python epd版的安裝目錄下。
3.下載pyhook,下載地址:http://sourceforge.net/projects/pyhook/,預設安裝。
4.下載AutoItLibrary,下載地址,https://code.google.com/p/robotframework-autoitlibrary/downloads/detail?name=AutoItLibrary-1.1.zip,解壓縮後,通過cmd命令進入該資料夾,輸入python setup.py install,回車
5.下載pydev,下載地址:http://pydev.org/download.html,解壓縮後,將features和plugins資料夾的裡檔案分別拷貝到eclipse目錄下features和plugins資料夾中。

相關文章