[ctypes-users] *FILE newbie question
by Michiel Vleugel other posts by this author
Oct 25 2005 1:27PM messages near this date
[ctypes-users] How to set the include directories for the code generator of ctypes?
|
[ctypes-users] LoadLibrary fails with libglut.so on linux
Can anybody tell me how to call a C function using c-types that uses a *FILE as a parameter?
I got as far as:
f = open("test.txt","w")
point = POINTER(f)
but this does not work.
Cheers,
Michael
Attachments:
unknown1
unknown2
|