Re: How to get directory of Python C library

2009-11-15 Thread arve.knud...@gmail.com
On 15 Nov, 23:59, "Diez B. Roggisch" wrote: > arve.knud...@gmail.com schrieb: > > > > > > > On 15 Nov, 22:11, "Diez B. Roggisch" wrote: > >> arve.knud...@gmail.com schrieb: > > >>> On 15 Nov, 21:24, "Diez B. Roggisch" wrote: > arve.knud...@gmail.com schrieb: > > On 15 Nov, 20:05, "Diez

Re: How to get directory of Python C library

2009-11-15 Thread Diez B. Roggisch
arve.knud...@gmail.com schrieb: On 15 Nov, 22:11, "Diez B. Roggisch" wrote: arve.knud...@gmail.com schrieb: On 15 Nov, 21:24, "Diez B. Roggisch" wrote: arve.knud...@gmail.com schrieb: On 15 Nov, 20:05, "Diez B. Roggisch" wrote: arve.knud...@gmail.com schrieb: Hi I need to link again

Re: How to get directory of Python C library

2009-11-15 Thread arve.knud...@gmail.com
On 15 Nov, 22:11, "Diez B. Roggisch" wrote: > arve.knud...@gmail.com schrieb: > > > > > > > On 15 Nov, 21:24, "Diez B. Roggisch" wrote: > >> arve.knud...@gmail.com schrieb: > > >>> On 15 Nov, 20:05, "Diez B. Roggisch" wrote: > arve.knud...@gmail.com schrieb: > > Hi > > I need to lin

Re: How to get directory of Python C library

2009-11-15 Thread Diez B. Roggisch
arve.knud...@gmail.com schrieb: On 15 Nov, 21:24, "Diez B. Roggisch" wrote: arve.knud...@gmail.com schrieb: On 15 Nov, 20:05, "Diez B. Roggisch" wrote: arve.knud...@gmail.com schrieb: Hi I need to link against Python, is there a way to get the path to the directory containing Python's

Re: How to get directory of Python C library

2009-11-15 Thread arve.knud...@gmail.com
On 15 Nov, 21:24, "Diez B. Roggisch" wrote: > arve.knud...@gmail.com schrieb: > > > > > > > On 15 Nov, 20:05, "Diez B. Roggisch" wrote: > >> arve.knud...@gmail.com schrieb: > > >>> Hi > >>> I need to link against Python, is there a way to get the path to the > >>> directory containing Python's C

Re: How to get directory of Python C library

2009-11-15 Thread Diez B. Roggisch
arve.knud...@gmail.com schrieb: On 15 Nov, 20:05, "Diez B. Roggisch" wrote: arve.knud...@gmail.com schrieb: Hi I need to link against Python, is there a way to get the path to the directory containing Python's C library (e.g., /libs on Windows)? Most probably from the registry somehow. In ge

Re: How to get directory of Python C library

2009-11-15 Thread arve.knud...@gmail.com
On 15 Nov, 20:05, "Diez B. Roggisch" wrote: > arve.knud...@gmail.com schrieb: > > > Hi > > > I need to link against Python, is there a way to get the path to the > > directory containing Python's C library (e.g., /libs on > > Windows)? > > Most probably from the registry somehow. In general, try &

Re: How to get directory of Python C library

2009-11-15 Thread Diez B. Roggisch
arve.knud...@gmail.com schrieb: Hi I need to link against Python, is there a way to get the path to the directory containing Python's C library (e.g., /libs on Windows)? Most probably from the registry somehow. In general, try & locate a python-executable, and make it execute python -c "im

How to get directory of Python C library

2009-11-15 Thread arve.knud...@gmail.com
Hi I need to link against Python, is there a way to get the path to the directory containing Python's C library (e.g., /libs on Windows)? Thanks, Arve -- http://mail.python.org/mailman/listinfo/python-list