AttributeError: 'module' object has no attribute 'frame'
我也不知道,我也出现过这个问题,求破
frame属性不存在。。是不是引用了无效的属性,或者说代码版本和wxPython版本不一致导致的
这个你就是得看看最新版本的代码是个什么属性了,查一下api看看
你是不是没有正确安装上wxpython模块
1、首先在shell试试 import wxPython,看看wxpython是否正确安装
2、wxPython版本不支持python3
3、试试from wxPython import module