python 2.7:TypeError:元类冲突:派生类的元类必须是其所有基础的元类的(非严格)子类

时间:2017-04-19 09:46:02

标签: python windows python-2.7 robotframework

我正在尝试按照here ride.py启动 RIDE (独立RobotFramework测试数据编辑器) > 上面链接中的

部分Installing RIDE (Standalone RobotFramework Test Data Editor),已成功完成3个步骤。在第4步中,得到了错误。

cmd (第4步),

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

1 个答案:

答案 0 :(得分:0)

问题是兼容性问题。

刚刚安装了所有 32位版本(Python,wxPython等),它对我有用。