Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/357.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
python 2.7:TypeError:元类冲突:派生类的元类必须是其所有基元类的(非严格)子类_Python_Windows_Python 2.7_Robotframework - Fatal编程技术网

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

python 2.7:TypeError:元类冲突:派生类的元类必须是其所有基元类的(非严格)子类,python,windows,python-2.7,robotframework,Python,Windows,Python 2.7,Robotframework,在安装完所有必备组件后,我正尝试使用RIDE.py启动RIDE(独立RobotFramework测试数据编辑器),方法是按照上面提到的所有步骤进行操作 第节安装骑乘(独立机器人框架测试数据编辑器)在上述链接中,成功完成了3个步骤。在第四步中,得到了错误 在cmd(第四步)中 但得到以下例外情况: TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of th

在安装完所有必备组件后,我正尝试使用
RIDE.py
启动RIDE(独立RobotFramework测试数据编辑器),方法是按照上面提到的所有步骤进行操作

节安装骑乘(独立机器人框架测试数据编辑器)
在上述链接中,成功完成了3个步骤。在第四步中,得到了错误

cmd(第四步)中

但得到以下例外情况:

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

问题是兼容性问题

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

 1. Windows 8 OS
 2. Python 2.7.13 - 64 bit
 3. robotframework  -2.9.2
 4. wxPython - 2.8.12