Thanks Drew, yes i'm using XP x64 and should have mentioned that. I
scrounged around at Sourceforge and installed the x64 bit version of
ctypes and can import now. unfortunately the "hello world" example in
the pyglet manual explodes with variable overrun errors. i can only
conclude that it's a word length issue.

am up a creek? thanks,

gostakraken.
            ,---.
          (@ @)
            ).-.(
            '/|||\`
              '|`
"Never underestimate the power of squid..."

On Feb 13, 7:39 am, "Drew Smathers" <[EMAIL PROTECTED]> wrote:
> 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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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