This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients tarek, vinay.sajip
Date 2009-05-22.12:39:08
SpamBayes Score 2.9270363e-06
Marked as misclassified No
Message-id <1242995950.24.0.540152639281.issue6087@psf.upfronthosting.co.za>
In-reply-to
Content
When used with a build from source (i.e. non-installed) of Python,
get_python_lib gives the result (on Linux)

[prefix]/lib/python[version]

Shouldn't this be [prefix]/Lib?

Note that get_python_inc() returns "Include". That's because it makes
use of the "python_build" flag which is set for builds from source.
History
Date User Action Args
2009-05-22 12:39:10vinay.sajipsetrecipients: + vinay.sajip, tarek
2009-05-22 12:39:10vinay.sajipsetmessageid: <1242995950.24.0.540152639281.issue6087@psf.upfronthosting.co.za>
2009-05-22 12:39:08vinay.sajiplinkissue6087 messages
2009-05-22 12:39:08vinay.sajipcreate