Forum: Python Sep 28th, 2007 |
| Replies: 7 Views: 1,446 You need to close your tag with [/code] not [/python]
import wx
def create(parent):
return Frame1(parent)
[wxID_FRAME1, wxID_FRAME1BITMAPBUTTON1, wxID_FRAME1BITMAPBUTTON2,... |
Forum: Python Sep 20th, 2007 |
| Replies: 4 Views: 4,795 Try looking in the code snippet section of Daniweb to get an idea. There is one in there. |