On Feb 13, 2008 12:27 AM, gostakraken <[EMAIL PROTECTED]> wrote:

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

Are you on Win64  or did you somehow install Python with the wrong installer
by any chance?  From python 2.5 release notes:

- Patch #1545507: Exclude ctypes package in Win64 MSI file.


Just a shot in the dark ...

Cheers,
-- 
\\\\\/\"/\\\\\\\\\\\
\\\\/ // //\/\\\\\\\
\\\/  \\// /\ \/\\\\
\\/ /\/ / /\/ /\ \\\
\/ / /\/ /\  /\\\ \\
/ /\\\  /\\\ \\\\\/\
\/\\\\\/\\\\\/\\\\\\
              d.p.s

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