WxPython error not found

I installed 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 line, the following error appears

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/ 

Pic software installed

+5
source share
1 answer

After installing wxPython 2.8.12.1 unicode, the 32-bit version resolved the issue

My python version was 64-bit, but RobotFramework-ride seems to have been 32 bits using "pip install robotframework-ride", so a 32-bit version of wxPython was expected.

Regards, Sanjeev

+6
source

Source: https://habr.com/ru/post/1263582/


All Articles