John Lehmann wrote: > Hello, > > Your python installation does not have the ctypes module installed > correctly. You would need to fix this up, in one way or another. It > is curious that this is not available by default. Where does your > python install come from? > The ctypes module was added to Python2.5. The OP is probably running Python2.4 (or worse). The ctypes module *can* be installed on Python2.4 (don't know about earlier versions of Python), but it didn't come as part of the standard distribution.
So, probably, the OP needs to upgrade to Python2.5 or install ctypes on his version of Python2.X. Gary Herron > John > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
