question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem to install RIDE on Windows 7

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
HelioGuilherme66commented, Jul 14, 2017

@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()"
1reaction
HelioGuilherme66commented, Mar 30, 2016

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found