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)

Most upvoted comments

@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?

C:\python27\python.exe  -c "from robotide import main; main()"

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:

Hi Mohorelien,

It´s 32 bits, look

C:\Users\marcio.almeida.3\Downloads\WebDemo>python Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19) [MSC v.1500 32 bit ( Intel)] on win32 Type “help”, “copyright”, “credits” or “license” for more information.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/robotframework/RIDE/issues/1624#issuecomment-203518425