question about python extension with c/c++

Martin v. Loewis martin at v.loewis.de
Wed Oct 16 09:21:19 EDT 2002


"Zhen Zhang" <zhangz at in.tum.de> writes:

> If my module requires additional headerfiles to include (qstring.h for
> example) and additional libraries (qtlibraies for example) to link with,
> please tell me how to do.

Just add -I and -l options in the Setup line; see _tkinter for an
example.

HTH,
Martin




More information about the Python-list mailing list