Choosing GUI Module for Python
sturlamolden
sturlamolden at yahoo.no
Sat Nov 14 11:58:02 EST 2009
On 14 Nov, 15:35, Dietmar Schwertberger <n... at schwertberger.de> wrote:
> self.m_toolBar1 = self.CreateToolBar( wx.TB_HORIZONTAL, wx.ID_ANY )
> self.m_button1 = wx.Button( self.m_toolBar1, wx.ID_ANY, u"MyButton",
> wx.DefaultPosition, wx.DefaultSize, 0 )
> m_toolBar1.AddControl( m_button1 )
>
> (i.e. "self." is missing)
I had problem like that with the first beta, but not the one from
August.
More information about the Python-list
mailing list