On Thu, Aug 5, 2010 at 9:01 AM, davidk <[email protected]> wrote:
> I've taken a piece of code straight out of the tutorial:
>
> import pyglet
> window =
> pyglet.window.Window(style=window.Window.WINDOW_STYLE_BORDERLESS)
In this line you refer to window.Window.WINDOW_STYLE_BORDERLESS
without the "pyglet." namespace prefixed.
Richard
--
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.