Passing FILE * types using ctypes

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Wed Mar 10 16:58:30 EST 2010


In message <a83319d7-c199-4532-9816-
d002f7fd7914 at q16g2000yqq.googlegroups.com>, Zeeshan Quireshi wrote:

> Hello, I'm using ctypes to wrap a library i wrote. I am trying to pass
> it a FILE *pointer ...

Another option is to fix your library not to use stdio directly.



More information about the Python-list mailing list