這裏的頁面http://www.chromium.org/developers/testing/pyauto#TOC-Running-PyAuto-using-prebuilt-binaries建議使用這裏的文件http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?path=Win/140227/來自己安裝它,但我不完全確定我要做什麼。如何在Win7 64bit Python2.7上安裝PyAuto?
我成功運行mini_installer,將pyauto和_pyauto放入site_packages中,並在system32文件夾中放入dll。
這是我的錯誤,當我嘗試運行我也無法找出在這被認爲是chrome/test/pyautolib/fetch_prebuilt_pyauto.py
編輯automated_ui_test.exe http://pastebin.com/Ab0vCCWk
:在這裏找到http://src.chromium.org/svn/trunk/src/chrome/test/pyautolib/
EDIT2:得到它'建立'或什麼的,現在我有一組文件在我設置的路徑。現在,當我嘗試導入pyautolib時,出現以下錯誤:ImportError: DLL load failed: %1 is not a valid Win32 application.
我認爲這與我在64位上有關。通常,當發生這種情況時,我會檢查http://www.lfd.uci.edu/~gohlke/pythonlibs/,它有很多64位Python包,但這次不是。
在Windows 7,64位機器上運行PyAuto需要做什麼?