Re: [Python-Dev] use cases for "python-config" versus "pkg-config python"

2014-06-02 Thread Matthias Klose
Am 02.06.2014 20:11, schrieb Michael Haubenwallner: > Hi, > > following up myself with a patch proposal: > > On 05/28/2014 04:51 PM, Michael Haubenwallner wrote: >> Stumbling over problems on AIX (Modules/python.exp not found) building >> libxml2 as python module >> let me wonder about the inten

Re: [Python-Dev] use cases for "python-config" versus "pkg-config python"

2014-06-02 Thread Brett Cannon
Patches sent to python-dev are typically ignored. Could you open an issue on bugs.python.org and upload it there? On Mon Jun 02 2014 at 2:20:43 PM, Michael Haubenwallner < michael.haubenwall...@ssi-schaefer.com> wrote: > Hi, > > following up myself with a patch proposal: > > On 05/28/2014 04:51 P

Re: [Python-Dev] use cases for "python-config" versus "pkg-config python"

2014-06-02 Thread Michael Haubenwallner
Hi, following up myself with a patch proposal: On 05/28/2014 04:51 PM, Michael Haubenwallner wrote: > Stumbling over problems on AIX (Modules/python.exp not found) building > libxml2 as python module > let me wonder about the intended use-cases for 'python-config' and > 'pkg-config python'. >