ImportError: No module named images

[问题]

在使用学习wxPython时,一个Dem抱有如题所示错误

[解决]

images 只不过是wxpython自带demo中的一个文件

体验wxpython IN action的时候
ImportError: No module named images
替换为
import wx.py.images as images

 images.getNewBitmap
替换为
 images.getPyBitmap()

posted on 2014-07-31 10:39  袁军峰  阅读(265)  评论(0编辑  收藏  举报

导航