[Tutor] Adding ctypes to an application with python 2.2

2008-06-08 Thread S. Doron
Hello, I'm new to this list. What I'd like to do is add support for pointers to an old version of python (2.2) in an existing application (a game). Searching around the web, I found the ctypes module which is supposed to add this capability to python. However, I didn't quite understand if and how t

Re: [Tutor] Adding ctypes to an application with python 2.2

2008-06-09 Thread S. Doron
On Mon, Jun 9, 2008 at 2:02 AM, Alan Gauld <[EMAIL PROTECTED]> wrote: > "S. Doron" <[EMAIL PROTECTED]> wrote > > Hello, I'm new to this list. What I'd like to do is add support for >> pointers >> to an old version of python (2.2) in an exis