python wxpython/Image模块的问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python wxpython/Image模块的问题相关的知识,希望对你有一定的参考价值。
教程里明明写的是Image.getNewBitmap()......我在python2.5.4 里使用,总说属性错误,AttributeError: 'module' object has no attribute 'getNewBitmap'
是不是函数getNewBitmap改名字了??改成什么了??版本wxpython2.8.。。。Image1.1.6.。win32
你可以尝试一下wx.py.images模块下的getPyBitmap()函数,应该效果差不多。
>>> import wx.py.images
>>> help(wx.py.images.getPyBitmap)
Help on function getPyBitmap in module wx.py.images:
getPyBitmap(shellName='PyCrust')
====================================
或者你详细告知一下你要达到什么效果,应该能找到合适的替代函数或方法。
希望能帮到你! 参考技术A 这个是wxpython demo里面的模块,需要下载demo然后import Images。你说的不是py和wx自带的函数
Python GUI编程之WxPython
https://en.wikipedia.org/wiki/WxPython
官网:
Overview of wxPython:
https://wxpython.org/pages/overview/
DOC:
wxPython API Documentation
https://docs.wxpython.org/index.html
以上是关于python wxpython/Image模块的问题的主要内容,如果未能解决你的问题,请参考以下文章