时间:2021-07-01 10:21:17 帮助过:70人阅读
出现提示:ImportError: No module named images 表示找不到images模块
可将:
import images
替换为:
import wx.py.images as images
将:
images.getNewBitmap
images.getPyBitmap()
即可解决问题。
希望本文所述对大家的Python程序设计有所帮助。
< 上一篇
python自动化测试之连接几组测试包实例
下一篇 >
python中文编码问题小结
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册