On Thu, Aug 20, 2009 at 11:35 PM, claudio canepa <[email protected]>wrote:
>
> On Wed, Aug 19, 2009 at 10:14 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/
>>
>
>>
>  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
>

That is a bug with the patches to the pyglet 1.1 maintenance branch, *not*
simplui.

Just to reiterate my policy: I am only supporting official pyglet releases.
That means not 1.1 maintenance patches, and not 1.2 from trunk, until one or
the other is officially released.

-- 
Tristam MacDonald
http://swiftcoder.wordpress.com/

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to