Robot framework installation issue for wxPython

后端 未结 2 1156
忘掉有多难
忘掉有多难 2020-12-18 17:42

I am trying to install robot framework but getting an error for wxPython version. When I type ride.py in cmd then an error message is shown:

\"C:\\Use

2条回答
  •  悲哀的现实
    2020-12-18 18:00

    The wxPython 2.8.12.1 architecture must match the Python installation. Looks like you need to install the 32bit version, probably wxPython2.8-win32-unicode-2.8.12.1-py27.

提交回复
热议问题