On Wed, Apr 14, 2010 at 12:12 PM, Mark Dickinson <[email protected]> wrote: > On Apr 14, 7:09 pm, Brendan Miller <[email protected]> wrote: >> I'm using python 2.5.2. >> >> I have a ctypes function with argtypes like this: >> >> _create_folder.argyptes = [c_void_p, c_int] > > Is that line a cut-and-paste? If so, try 'argtypes' instead of > 'argyptes'. :)
Woops! Well, nice to know that ctypes works as I expect. -- http://mail.python.org/mailman/listinfo/python-list
