How do you set self.compiler.include_dirs from configure?

Martin v. Löwis martin at v.loewis.de
Fri Mar 28 02:19:53 EST 2003


joe at nall.com (Joe Nall) writes:

> I'm trying to configure Python on HP 10.20. Packages
> are installed in /opt/zlib, /opt/libiconv ... and I
> would like to get /opt/zlib/include into
> self.compiler.include_dirs without patching setup.py.
> Is this possible?

No. Instead of relying on setup.py, you should edit Modules/Setup in
these cases.

Regards,
Martin





More information about the Python-list mailing list