wxFormBuilder AttributeError: module 'wx' has no attribute 'ST_SIZEGRIP'
Posted structurer
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wxFormBuilder AttributeError: module 'wx' has no attribute 'ST_SIZEGRIP'相关的知识,希望对你有一定的参考价值。
self.SetSizeHintsSz( wx.DefaultSize, wx.DefaultSize )
改为
self.SetSizeHints( wx.DefaultSize, wx.DefaultSize )
self.m_statusBar2 = self.CreateStatusBar( 1, wx.ST_SIZEGRIP, wx.ID_ANY )
改为
self.m_statusBar2 = self.CreateStatusBar( 1, 0, wx.ID_ANY )
以上是关于wxFormBuilder AttributeError: module 'wx' has no attribute 'ST_SIZEGRIP'的主要内容,如果未能解决你的问题,请参考以下文章
wxFormBuilder AttributeError: module 'wx' has no attribute 'ST_SIZEGRIP'
wxFormBuilder AttributeError: module 'wx' has no attribute 'ST_SIZEGRIP'
痞子衡嵌入式:语音处理工具pzh-speech诞生记- 界面构建(wxFormBuilder3.8.0)