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

 images.getNewBitmap
替换为
 images.getPyBitmap()

Posted on 2008-12-17 13:14  古代  阅读(2910)  评论(1编辑  收藏  举报