wxPython中 images模块未找到
摘要:ImportError: No module named images解决办法:import images替换为import wx.py.images as images 将 images.getNewBitmap替换为images.getPyBitmap()
阅读全文
posted @ 2012-07-25 22:51
posted @ 2012-07-25 22:51
posted @ 2012-06-17 04:13