[wxpython-users] Why can't I run this code?

Christopher Barker Chris.Barker at noaa.gov
Thu May 8 14:15:40 PDT 2008



David Anderson wrote:
> I'm trying to run this code, but it compiles, runs, and then appears 
> something very fast that I can't read =(

change:
> app = wx.App()

to

app = wx.App(False)

then run it from a command line, and you'll see the errors.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov


More information about the wxpython-users mailing list