Hi,

Matteo Settenvini, le Tue 13 Mar 2007 14:13:36 +0100, a écrit :
> From http://docs.python.org/dist/module-distutils.sysconfig.html :
> 
> get_python_lib(
> [plat_specific[, standard_lib[,
> prefix]]])
>         Return the directory for either the general or
>         platform-dependent library installation.

By "library", I guess they mean "python library", i.e. where .py files
are.

> If plat_specific is true,

By "plat_specific", I guess they mean "architecture-compiled python
library", i.e. where .pyc files are.

> So maybe the fix should be calling get_python_lib(1,1) instead than w/
> (0,1).

This is probably needed indeed (since we want a platform-dependant
thing), but that will still give us only the path to the .pyc files, not
to libpythonx.y.so

Samuel

Reply via email to