- Joined
- Apr 26, 2011
- Messages
- 1
- Reaction score
- 0
Hi all,
I am newbie to wxpython......I have installed python 2.7 window and also installed wxpython
Below is error i am getting can anyone pls help me out
>>> import wx
>>>
>>> class bucky (wx.Frame) :
def__init__(self,parent,id) :
SyntaxError: invalid syntax
I am newbie to wxpython......I have installed python 2.7 window and also installed wxpython
Below is error i am getting can anyone pls help me out
>>> import wx
>>>
>>> class bucky (wx.Frame) :
def__init__(self,parent,id) :
SyntaxError: invalid syntax