Re: [Tutor] Problems with wx in Vista...

2007-09-05 Thread Alan Gauld
"Trey Keown" <[EMAIL PROTECTED]> wrote > Although I should have expected at least a few problems, I have a > question > about a glitch in vista using a wx-implemented script. So give us a clue, what is the glitch? > Here's the example script- > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= snipped >

[Tutor] Problems with wx in Vista...

2007-09-04 Thread Trey Keown
Although I should have expected at least a few problems, I have a question about a glitch in vista using a wx-implemented script. Here's the example script- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #!/usr/bin/python # togglebuttons.py import wx class ToggleButtons(wx.Dialog): def __init__(sel