Hmmm. I hate it when I can't replicate a user-reported error. On Jun 20, 11:27 am, Steve Johnson <[email protected]> wrote: > Rendering's fine, but there's another issue. I ran a_test.py, clicked > the Document item, clicked in the new dialog box, and it crashed. > > Traceback (most recent call last): > File "/Users/stephen/Desktop/Downloads/kytten-5.6/kytten/frame.py", > line 143, in layout > self.frame.update(x, y, self.width, self.height)
Can you put a breakpoint here and tell me what values it's trying to pass in? Thanks! It's failing because one or several of those are floats, most likely, but which one? I can bulletproof the frame code against this, of course, but I'd still like to know whree it got in. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
