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 [EMAIL PROTECTED] _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig