On Wed, Aug 19, 2009 at 10:14 PM, Tristam MacDonald <[email protected]>wrote:
> On Wed, Aug 19, 2009 at 12:58 PM, Tristam MacDonald > <[email protected]>wrote: > >> >> > Looks like I forgot to post the update here, but simplui 1.0.4 was released > a couple of days ago: > http://swiftcoder.wordpress.com/2009/08/17/simplui-1-0-4-released/ > > -- > Tristam MacDonald > http://swiftcoder.wordpress.com/ > D:\tmp\simplui-1.0.4>c:\python26\python.exe demo.py using pyglet branch 1.1 maintenance ( svn r 2514 ) Traceback (most recent call last): File "demo.py", line 15, in <module> themes = [Theme('themes/macos'), Theme('themes/pywidget')] File "D:\tmp\simplui-1.0.4\simplui\theme.py", line 62, in __init__ temp[k2] = NinePatch( image.get_region(*v2) ) File "D:\tmp\simplui-1.0.4\simplui\ninepatch.py", line 178, in __init__ _, _, _) = self.texture.tex_coords AttributeError: 'NoneType' object has no attribute 'tex_coords' -- claudio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
