Robot framework installation issue for wxPython

后端 未结 2 1149
忘掉有多难
忘掉有多难 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 17:58

    You need to install wxPython 32 bit Installation (make sure you should install the wxPython version same as the python version i.e. Python 2.7)

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题