ctypes error

Marc losnations at comcast.net
Wed May 28 01:27:48 EDT 2003


Hello all,

I was simply following the example given on the website and received the
following error:

>>> ii = TenIntegers(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
Traceback (most recent call last):
  File "<pyshell#32>", line 1, in ?
    ii = TenIntegers(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
TypeError: wrong type


Can anyone tell me why I am getting the 'wrong type' error? I didn't change
anything from the example given in the website.

Thanks ahead of time,
Marc







More information about the Python-list mailing list