RIDE (Robot Framework)

For automatic testing on RIDE (Robot framework), I already installed version PYTHON 2.6 and wxPython 3.0, PATH is already updated in the environment variables, and when I moved to the last stage, that is, install RIDE (version - "robotframework-ride-1.3.win32. exe ") through the Windows installer, the application was installed, when I try to run" Run as administrator ", it could not open the IDE. How can I solve this problem?

+3
source share
2 answers

I installed RIDE a few days ago without any problems.

First you need to install python as you did (run the command: "python --version" to verify the installation).

Robot Framework ( : "pybot --version", )

Robot Framework , wxpython ( , python)

, RIDE,

+2

robotframework.

Python 2.7.1 RIDE Python, Jython IronPython.

Python 2.7.1

Python 2.7.1.

. ( )

. Python 2.6 . Robot Framework, RIDE Python3.

Windows 8 ( Windows 7 )

Start Environment Variables

Edit the system environment variables

Advanced

Environment Variables

Path

Edit button

;<InterpreterInstallationDir>;<InterpreterInstallationDir>\Scripts\ .

, .


wxPython 2.8.12.1 wxPython, GUI RIDEs wxPython.

wxPython 2.8.12.1 https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi

. wxPython 2.8-win32-unicode-2.8.12.1.


PIP 1.1 PIP , http://arunrocks.com/guide-to-install-python-or-pip-on-windows/

Robotframework 2.9rc1

RIDE, pip easy_install.

Robotframework :

    pip install robotframework ride

                OR

    easy_install robotframework ride 

RIDE :

`ride.py`    (this will launch RIDE )

Windows robotframework-RIDE 1.4:

RIDE Windows

https://pypi.python.org/packages/source/r/robotframework-ride/robotframework-ride-1.4.tar.gz

. RIDE, .

. :)

0

All Articles