Embedding Python

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Sat Mar 26 15:06:35 EST 2005


Heiko Wundram wrote:
> Am Samstag, 26. März 2005 20:43 schrieb Mark Tolonen:
>> On my system, for whatever reason, the .so library isn't present.  I have
>> the python-devel package installed.
> 
> I actually can't believe this; do
> 
> ldconfig -p|grep "python"

Or, use

ldd =python

to exactly display what library your current executable is using.

(users of a shell other than Zsh must replace '=python' by '`which python`')


Reinhold



More information about the Python-list mailing list