David Abrahams schrieb:
>> That absolutely cannot be the case. Python is open source, you have
>> *everything* you need to answer this question.
>
> That assumes this is one of those questions to which "use the source"
> is applicable. I think answering it requires some understanding of
> intentio
on Tue Mar 06 2007, "Martin v. Löwis" wrote:
> David Abrahams schrieb:
>> on Tue Mar 06 2007, "Martin v. Löwis" wrote:
>>> David Abrahams schrieb:
I'm trying to find the Python library binaries associated with a given
python executable.
>>> This really isn't a python-dev question; ple
David Abrahams schrieb:
> on Tue Mar 06 2007, "Martin v. Löwis" wrote:
>> David Abrahams schrieb:
>>> I'm trying to find the Python library binaries associated with a given
>>> python executable.
>> This really isn't a python-dev question; please use python-list
>> (news:comp.lang.python) instead
on Tue Mar 06 2007, "Martin v. Löwis" wrote:
> David Abrahams schrieb:
>> I'm trying to find the Python library binaries associated with a given
>> python executable.
>
> This really isn't a python-dev question; please use python-list
> (news:comp.lang.python) instead.
I wrestled with the righ
David Abrahams schrieb:
> I'm trying to find the Python library binaries associated with a given
> python executable.
This really isn't a python-dev question; please use python-list
(news:comp.lang.python) instead. Please take a look at sys.path.
> 1. I think the documentation for sys and conf
I'm trying to find the Python library binaries associated with a given
python executable.
If I look at the help for sys.prefix and sys.exec_prefix
import sys; help(sys)
I see:
prefix -- prefix used to find the Python library
exec_prefix -- prefix used to find the machine-specific P