On Mar 13, 11:13 am, Mark Goodall <[email protected]> wrote: > I have issues running any examples/code that contain a label. Python > segfaults (64bit), I am using PyObjC2.2
Thanks for the report. This looks like it is a bug with CTFontGetBoundingRectsForGlyphs in PyObjC 2.2. Curiously, it does not appear in PyObjC 2.2b3 or PyObjC 2.3. I'll see if I can write around it, but my initial attempts at replacing it with its NSFont equivalent method, while no longer crashing, is causing something else screwy to happen. Frankly, I'm getting tired of working around all of the problems with PyObjC 2.2 in its various incarnations and am wondering if the Cocoa branch should just require 2.3 even if it means that users would have to install it on their own. --phillip -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
