Could this be a bug?
WinXp, wxPython 2.6.1.1pre
app=wx.App(0)
w=wx.Frame(None)
e=wx.RadioBox(w)
==>crash
please see attachment!
http://mitglied.lycos.de/drpython/ClipBoard1.png
···
--
Franz Steinhaeusler
Could this be a bug?
WinXp, wxPython 2.6.1.1pre
app=wx.App(0)
w=wx.Frame(None)
e=wx.RadioBox(w)
==>crash
please see attachment!
http://mitglied.lycos.de/drpython/ClipBoard1.png
--
Franz Steinhaeusler
Hi Franz,
Could this be a bug?
I don't think this is supposed to work. You haven't done basic app initialization and yet you're trying to create windows and controls. Follow the tutorials on the web and on wxpython.org for basic info on how to get a "Hello World" app going.
Thanks,
Kevin
On Sep 14, 2005, at 12:27 AM, Franz Steinhäusler wrote:
WinXp, wxPython 2.6.1.1pre
app=wx.App(0)
w=wx.Frame(None)
e=wx.RadioBox(w)
==>crashplease see attachment!
http://mitglied.lycos.de/drpython/ClipBoard1.png
--
Franz Steinhaeusler---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org
Hi Franz,
Could this be a bug?
I don't think this is supposed to work.
Ok, this is a type of nonsense.
I saw it, as I tried to test
(my own autocomplete feature) in Pycrust.
You haven't done basic app
initialization and yet you're trying to create windows and controls.
When I try to make a button, it works; but not Radiobutton.
What is annoying on such things:
The exception is not caught and the whold program crashed.
Follow the tutorials on the web and on wxpython.org for basic info on
how to get a "Hello World" app going.
I don't think, that I need this anymore.
On Wed, 14 Sep 2005 19:49:39 -0700, Kevin Ollivier <kevino@theolliviers.com> wrote:
On Sep 14, 2005, at 12:27 AM, Franz Steinhäusler wrote:
--
Franz Steinhaeusler