【发布时间】:2017-04-19 09:46:01
【问题描述】:
我正在尝试在安装所有先决条件后使用ride.py 启动RIDE(独立RobotFramework 测试数据编辑器),并按照here 提到的所有步骤进行操作
上面链接中的Installing RIDE (Standalone RobotFramework Test Data Editor)部分,3步成功完成。第四步,报错。
在cmd中(第四步),
C:\Users\naveen>ride.py
但得到以下异常:
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
以下是环境:
1. Windows 8 OS
2. Python 2.7.13 - 64 bit
3. robotframework -2.9.2
4. wxPython - 2.8.12
【问题讨论】:
标签: python windows python-2.7 robotframework