RIDE: Problem to install RIDE on Windows 7
Hi,
I try to install RIDE on Windows 7 but have a problem when run ride
I install Python 2.7.11 (python-2.7.11.msi) Then i use pip to install robotframework-3.0 Then i install wxPython 2.8.12.1 - win32 - unicode (wxPython2.8-win32-unicode-2.8.12.1-py27.exe) Then i use pip to install robotframework-ride-1.5.2.1
But when i try to run ride i receive this message:
C:\Users\marcio.almeida.3>ride.py
Wrong wxPython version.
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/`
How can i fix this?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 15 (5 by maintainers)
@Naveennani777 What is the error message, when ride.py exits command window? Please paste here the output.
Does it work when you run the following code?
I am not sure but, I think that reboot is required. If that is not enough, then see if it exists a file “wx.pth” at C:\Python27\Lib\site-packages. That file should contain the name of the folder of wx installation (usually in that same folder). To test wx you can just do: python import wx print wx.VERSION # optional (no error should occur)
On Wed, Mar 30, 2016 at 5:41 PM, marcio1973 notifications@github.com wrote: