< go > Prepare Eclips+python+robot Framework Environment

Source: Internet
Author: User

about Python:Path added: C:\Python27; C:\Python27\Scripts a new addition: Python_home C:\Python27 if not, add a user variable: PYTHONPATH C:\Python27\ Note: Python27 has UTF8 encoded bug,http: Bugs.python.org/file18143/9291.patch, just press this patch to change it.about JavaPATH added: C:\Program files\java\jre7\bin add two items: Class_path C:\Program files\java\jre7\lib java_home C:\Program Files\java \JDK1.7.0_51 Robot Environment:
1. Robotframework (2.8.4):HTTPS://PYPI.PYTHON.ORG/PYPI/ROBOTFRAMEWORK/2. Ride Download directory: Https://pypi.python.org/pypi/robotframework-ride ride1.3 currently only relies on wxpython2.8.12.1, do not install 3.0:http:// Sourceforge.net/projects/wxpython/files/wxpython/2.8.12.1/robot Library Download: 3. selenium2library:https://pypi.python.org/simple/robotframework-selenium2library/or:C:\Python27\Scripts\easy_install.exeRobotframework-selenium2library 4. AutoIt and Pythonwin32Install Pythonwin32 (ActivePython inside) before installing AutoIt, Python operations Windows requires win32com module. pythonwin32:http://sourceforge.net/projects/pywin32/files/pywin32/build%20219/autoit: https://code.google.com/p/robotframework-autoitlibrary/  Note: AutoIt This Lib library, comes with a 32-bit library file, Need to replace Autoitlibrary-1.1\3rdpartytools\autoit\autoitx3.dll into the corresponding DLL cannot find the corresponding DLL, can install AutoIt, and then copy it out.  4. PIP installation: Python  get-pip.py  # install the latest version
    pip install robotframework    easy_install robotframework    #  Upgrade to the latest Version    pip install--upgrade robotframework    --upgrade robotframework    #  Install a specific version    pip Install robotframework==2.7.1    easy_install Robotframework==2.7.1    #  Uninstall--only supported by Pip    Pip Uninstall Robotframework

Selenium2library How to install with PIP: https://github.com/rtomac/robotframework-selenium2library

< go > Prepare Eclips+python+robot Framework Environment

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.