Reputation: 227
I have installed the Python version 2.7.13 and wxPython 2.8.12.1 unicode on windows 10 OS
When I try to run ride.py on the command prompt gets the following error
C:\Users>ride.py
wxPython not found.
You need to install wxPython 2.8.12.1 with unicode support to run RIDE.
wxPython 2.8.12.1 can be downloaded from http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/
Upvotes: 5
Views: 6393
Reputation: 227
After installing wxPython 2.8.12.1 unicode 32 bit version it resolved the issue
My python version was 64 bit, but seems RobotFramework-ride installed was 32 bit by using "pip install robotframework-ride" hence it was expecting 32 bit version of wxPython.
Upvotes: 7