> > 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.
I've converted the entire font module to use ctypes instead of PyObjC, as part of my new policy of disproportionate response towards PyObjC bugs. So hopefully this fixes the problem. Please let me know if you're still having issues. --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.
