robert wrote:

> In a makefile I want to locate the .so for a dynamically linked
> Python on Linux. (for cx_Freeze's --shared-lib-name)
> e.g. by running a small script with that Python. How to?
> 
> Robert

How about run python -v yourscript and filter the output?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to