[Pythonmac-SIG] Adding Apps - Pycrust too?

Christopher Barker Chris.Barker at noaa.gov
Wed Apr 26 01:40:47 CEST 2006


Brendan Simons wrote:
>>> this app in particular is pretty stable, and is
> useful outside of wx. (imho)

Yes, it's useful outside of wx, but it's useless without wx, so it makes 
sense to distribute it with wx.

> PyCrust just hangs

It should work with wx, that's what it's designed for,. However, it 
doesn't spawn another process, so you don't want to create another wxApp.

Try this is a pycrust session:

 >> import wx
 >> f = wx.Frame(None, title="Test Frame")
 >> f.Show()

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer
                                     		
NOAA/OR&R/HAZMAT         (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 Pythonmac-SIG mailing list