Re: [Pythonmac-SIG] Multiple version of the same module

2009-02-01 Thread Pierre-Alain Dorange
Christopher Barker wrote: > I know I haven't really given you the answer, but hopefully some hints > to so you can figure out your options. It really helpful, i understand better the global way it's handle. Now i'll do some experiences. Thanks -- Pierre-Alain Dorange

Re: [Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-01 Thread Robin Dunn
Bryan Smith wrote: Hi Everyone, I am trying out a simple wx program from a book and anytime I try and run the code, the wxFrame flashes open and closes immediately. This is frustrating as the code is essentially the same as in the book. Here is the code for your viewing pleasure: import wx

Re: [Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-01 Thread Bryan Smith
Oh my, I feel kind of dumb. I can't believe I spent time stewing over that. Thanks! On Sun, Feb 1, 2009 at 11:50 PM, Cody Precord wrote: > Hello, > > On Feb 1, 2009, at 10:42 PM, Bryan Smith wrote: > > Hi Everyone, >> >> I am trying out a simple wx program from a book and anytime I try and run

Re: [Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-01 Thread Cody Precord
Hello, On Feb 1, 2009, at 10:42 PM, Bryan Smith wrote: Hi Everyone, I am trying out a simple wx program from a book and anytime I try and run the code, the wxFrame flashes open and closes immediately. This is frustrating as the code is essentially the same as in the book. Here is the cod

[Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-01 Thread Bryan Smith
Hi Everyone, I am trying out a simple wx program from a book and anytime I try and run the code, the wxFrame flashes open and closes immediately. This is frustrating as the code is essentially the same as in the book. Here is the code for your viewing pleasure: import wx class wxTest(): def