Help! I can't even run a simple pyglet program:

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

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    win = window.Window()
  File "d:\opt\python25\Lib\site-packages\pyglet\window
\win32\__init__.py", line 389, in __init__
    super(Win32Window, self).__init__(*args, **kwargs)
  File "d:\opt\python25\Lib\site-packages\pyglet\window\__init__.py",
line 608, in __init__
    self._create()
  File "d:\opt\python25\Lib\site-packages\pyglet\window
\win32\__init__.py", line 451, in _create
    _check()
  File "d:\opt\python25\Lib\site-packages\pyglet\window
\win32\__init__.py", line 1109, in _check
    raise Win32Exception(msg.value)
Win32Exception: A menu item was not found.

I am running pyglet 1.0 alpha 2 on Windows XP using Python 2.5.


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