Re: [Pythonmac-SIG] Weird Carbon: gestalt: wxPython issue/bug

2010-02-04 Thread Aahz
On Thu, Feb 04, 2010, Christopher Barker wrote: > > One more note from Peter: > > """ > We've used all four combinations of OSX 10.4/10.5 and Python 2.5/2.6. > I'm pretty sure even Python 3.1 would have the same problem (since the > platform.py module does the same calls). > > It seems to be in

Re: [Pythonmac-SIG] Weird Carbon: gestalt: wxPython issue/bug

2010-02-04 Thread Ned Deily
Note, Peter has opened a Python issue for the problem so it would be a good idea to document any additional information there: http://bugs.python.org/issue7812 -- Ned Deily, n...@acm.org ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http:

Re: [Pythonmac-SIG] Weird Carbon: gestalt: wxPython issue/bug

2010-02-04 Thread Christopher Barker
One more note from Peter: """ We've used all four combinations of OSX 10.4/10.5 and Python 2.5/2.6. I'm pretty sure even Python 3.1 would have the same problem (since the platform.py module does the same calls). It seems to be independent of wxPython, other than that I'm using it to show the

Re: [Pythonmac-SIG] Weird Carbon: gestalt: wxPython issue/bug

2010-02-04 Thread Aahz
On Thu, Feb 04, 2010, Christopher Barker wrote: > > Peter Hanson, on the wxPython list, seems to have identified a bug in > the gestalt module, that may be a Carbon issue. It's a bit of an unusual > case: it freezes up wxPython, when wx is called from other than the main > thread. Robin Dunn

[Pythonmac-SIG] Weird Carbon: gestalt: wxPython issue/bug

2010-02-04 Thread Christopher Barker
Hi folks, Peter Hanson, on the wxPython list, seems to have identified a bug in the gestalt module, that may be a Carbon issue. It's a bit of an unusual case: it freezes up wxPython, when wx is called from other than the main thread. Robin Dunn suspects that it's a Carbon issue -- gestalt is