- Patch #1545507: Exclude ctypes package in Win64 MSI file.
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.
pyglet is not supported on 64-bit windows at present (until very recently the
developers did not have access to such a machine and now only occasionally
do). Bug reports are welcome - please see the website.
Richard
While not supported, pyglet should work on 64-bit windows under a
32-bit Python. Under 64-bit Python pyglet will absolutely not work,
don't bother posting bug reports (use Linux/64 if you need oodles of
memory) .
Alex.