ctypes question
Brendan Miller
catphive at catphive.net
Thu Apr 15 18:28:50 EDT 2010
On Wed, Apr 14, 2010 at 12:12 PM, Mark Dickinson <dickinsm at gmail.com> wrote:
> On Apr 14, 7:09 pm, Brendan Miller <catph... at catphive.net> 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.
More information about the Python-list
mailing list