Choosing GUI Module for Python

Dietmar Schwertberger news at schwertberger.de
Sat Nov 14 13:02:14 EST 2009


sturlamolden schrieb:
> 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.
Which one? There are two:

08/23/2009 Version 3.01.63 (Beta)
08/19/2009 Version 3.01.62 (Beta)

I tried 3.01.63.
I can see in the Python window already that the code is not correct.


Regards,

Dietmar



More information about the Python-list mailing list