【问题标题】:python 2.7: TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its basespython 2.7:TypeError:元类冲突:派生类的元类必须是其所有基类的元类的(非严格)子类
【发布时间】: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


    【解决方案1】:

    问题是兼容性问题。

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

    【讨论】:

      猜你喜欢
      • 2017-10-04
      • 2021-11-23
      • 2017-12-29
      • 2021-06-18
      • 1970-01-01
      • 2018-09-09
      • 2019-05-17
      • 2022-01-12
      • 2016-09-20
      相关资源
      最近更新 更多