Hello,

I have recently started using pyglet and I have found running the code:

import pyglet.window
win = pyglet.window.Window()

returns the error "NotImplementedError: abstract", whereas everything runs 
smoothly on version 1.2.4. I found 1.2.4 calls the class Win32Window to 
initiate the window, but 1.3.0 calls the abstract class BaseWindow for some 
reason, hence the error. How should I be initiating the window properly?

I realize this may be a very simple error to fix, since I'm unfamiliar with 
the pyglet library. But I'm sure there are a lots of other newbies who may 
turn away from the library right away due the error. The code I have posted 
is the example given in the pyglet wiki and many other pyglet resources.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to