On 12.01.2020 19:20, mus...@posteo.org wrote:
Hi guys,
after I got the whole list into a lather about the merits of
the python-config program, let me rephrase the question:
Is there a "canonical" way of automatically finding the correct
include files and Python runtime library when embedding t
Hi guys,
after I got the whole list into a lather about the merits of
the python-config program, let me rephrase the question:
Is there a "canonical" way of automatically finding the correct
include files and Python runtime library when embedding the Python
interpreter, based on the current virtu
On Thu, 9 Jan 2020 15:18:55 +0100
Victor Stinner wrote:
> Which build command rely on python-config? Is it to cross-compile 3rd
> party C extensions on the host?
Hello, OP speaking here. In two cases I came across this issue. No
cross-compiling involved.
1) To debug a Python C extension I wrote