Hey everyone,
I'm using Windows XP (32-bit). I just grabbed pyglet from SVN and did
a "setup.py install". I'm having issues trying to run the demos:
D:\src\pyglet\examples\astraea>python astraea.py
Traceback (most recent call last):
File "astraea.py", line 723, in <module>
win = window.Window(ARENA_WIDTH, ARENA_HEIGHT, caption='Astraea')
File "C:\Python25\Lib\site-packages\pyglet\window\win32\__init__.py",
line 421, in __init__
super(Win32Window, self).__init__(*args, **kwargs)
File "C:\Python25\Lib\site-packages\pyglet\window\__init__.py", line
621, in __init__
display = get_platform().get_default_display()
File "C:\Python25\Lib\site-packages\pyglet\window\win32\__init__.py",
line 142, in get_default_display
self._display = Win32Display()
File "C:\Python25\Lib\site-packages\pyglet\window\__init__.py", line
217, in __init__
from pyglet import app
File "C:\Python25\Lib\site-packages\pyglet\app\__init__.py", line
71, in <module>
from pyglet.app.win32 import Win32EventLoop as EventLoop
It seems that pyglet/app/ has no module named win32, yet line 71 in
pyglet/app/__init__.py tries to import it:
from pyglet.app.win32 import Win32EventLoop as EventLoop
Am I missing something really obvious? Should I stick with the msi
1.0 installer on Windows?
Thanks,
Peter
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---