hello,
I just installed pyglet and got the following:
>>> from pyglet import font
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from pyglet import font
File "C:\Python25\Lib\site-packages\pyglet\__init__.py", line 67, in
<module>
_require_ctypes_version('1.0.0')
File "C:\Python25\Lib\site-packages\pyglet\__init__.py", line 62, in
_require_ctypes_version
import ctypes
ImportError: No module named ctypes
i'm running python 2.5 and assumed ctypes was included. can somebody
steer me in the right direction? thanks,
g.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---