Re: Arrays and CTYPE

2010-09-21 Thread Nobody
On Mon, 20 Sep 2010 15:47:32 -0700, Glenn Pringle wrote: Ok. I ran into a problem here. I have been dabbling with Python and I thought that this would be a good exercise but I got stuck. I have a DLL and one of the functions(getState) in that DLL returns an array. If the DLL was written in

Arrays and CTYPE

2010-09-20 Thread Glenn Pringle
Ok. I ran into a problem here. I have been dabbling with Python and I thought that this would be a good exercise but I got stuck. I have a DLL and one of the functions(getState) in that DLL returns an array. I'm having a hard time getting access to the contents of that array. Python 2.7

Re: Arrays and CTYPE

2010-09-20 Thread Chris Rebert
On Mon, Sep 20, 2010 at 3:47 PM, Glenn Pringle glenn.prin...@gmail.com wrote: Ok. I ran into a problem here. I have been dabbling with Python and I thought that this would be a good exercise but I got stuck. I have a DLL and one of the functions(getState) in that DLL returns an array. I'm