Problem to install RIDE on Windows 7
See original GitHub issueHi,
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?
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
RIDE fails to install on Windows 7 64-bit (wxPython not found)
I am trying to install RIDE but failing. I am on Windows 7 64-bit. So far I have installed: Python 2.7.6 (to current...
Read more >How to install robotframework RIDE on windows?
I am using python 3.7 . Following are the steps needed to install ride: pip install -U wxPython.
Read more >robotframework/RIDE - Gitter
I have to some problem to install ride in windows 7 64. I used this manual http://www.testingnotes.eu/howto-install-robot-framework-windows-7-8-64/
Read more >Successful v2.0b1 launch on Win 10 - Py 3.10 - Wxpython 4.1.1
For information, I succeeded to launch Ride in this context: ... with Python 3.10.5 and stock installed wxPython 4.0.7 (I was surprised that ......
Read more >pip install unable to find vcvarsall.bat - Microsoft Q&A
bat. Hello,. I got an error when trying to install robotframework-ride either via Visual Studio (Professional 2022) Python (3.9 installed via ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub 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?
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: