GUIs - A Modest Proposal
rantingrick
rantingrick at gmail.com
Tue Jun 15 00:26:25 EDT 2010
On Jun 14, 11:08 pm, Stephen Hansen <me+list/pyt... at ixokai.io> wrote:
> > Maybe you should become more aware of a subject before you start
> > running your mouth about it, eh?
>
> You know what? <SNIP EXPLETIVES>
You know what Stephen, just calm down a little. I just pick on you
because you're one of the few people here that i enjoy arguing with.
Anyhoo i ran your code and got this traceback...
Traceback (most recent call last):
File "C:/Python26/tempGridWx.py", line 64, in <module>
main()
File "C:/Python26/tempGridWx.py", line 60, in main
app = TestApp(0)
File "C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py",
line 7978, in __init__
self._BootstrapApp()
File "C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py",
line 7552, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "C:/Python26/tempGridWx.py", line 52, in OnInit
frame = TestFrame(None)
File "C:/Python26/tempGridWx.py", line 8, in __init__
panel_c = wx.Panel(self, -1, width=(100, -1))
File "C:\Python26\lib\site-packages\wx-2.8-msw-ansi\wx\_windows.py",
line 68, in __init__
_windows_.Panel_swiginit(self,_windows_.new_Panel(*args,
**kwargs))
TypeError: 'width' is an invalid keyword argument for this function
... i was hoping you would post some code that did not blow chunks and
since your explanations are a bit hard to follow i will await the bug-
free Wx code so nothing else is again lost in translation. When the
bug free code is supplied i will create the Tkinter mirror of it.
More information about the Python-list
mailing list