arve.knud...@gmail.com schrieb:
HiI need to link against Python, is there a way to get the path to the directory containing Python's C library (e.g., <exec-prefix>/libs on Windows)?
Most probably from the registry somehow. In general, try & locate a python-executable, and make it execute
python -c "import sys; print sys.prefix"Capture that, and you're done. Depending on the OS, the libs then are placed in e.g. <prefix>/lib.
Diez -- http://mail.python.org/mailman/listinfo/python-list