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

 images.getNewBitmap
替换为
 images.getPyBitmap()

相关文章: