Forum: Python Nov 17th, 2008 |
| Replies: 4 Views: 488 well is there anyway to integrate an input to the GUI? And I ran the program and it doesnt allow me to input y bec. (I'm assuming) I never returned x |
Forum: Python Nov 16th, 2008 |
| Replies: 4 Views: 488 I only made an on and addition button with actual functions
#!/usr/bin/python
# gridsizer.py
import wx
app = wx.App()
class GridSizer(wx.Frame):
def __init__(self, parent, id, title):
... |