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 vstinner
Recipients Denis.Barmenkov, bbi5291, eric.araujo, ned.deily, neologix, tarek, vstinner, xuanji
Date 2011-05-05.12:49:46
SpamBayes Score 4.714609e-08
Marked as misclassified No
Message-id <1304599788.9.0.0240732234383.issue10496@psf.upfronthosting.co.za>
In-reply-to
Content
> If the user base cannot be calculated, paths
> starting with ~ should not exist or be used at all in this context.

It's not "~" but "{userbase}" substitution variable.

Here is a new patch implementing this idea: don't create the variables using the user directory if the user doesn't exist (if we cannot get the user directory). I didn't test distutils, I just try to start Python (it does work using bug.c).
History
Date User Action Args
2011-05-05 12:49:49vstinnersetrecipients: + vstinner, tarek, ned.deily, eric.araujo, neologix, xuanji, bbi5291, Denis.Barmenkov
2011-05-05 12:49:48vstinnersetmessageid: <1304599788.9.0.0240732234383.issue10496@psf.upfronthosting.co.za>
2011-05-05 12:49:46vstinnerlinkissue10496 messages
2011-05-05 12:49:46vstinnercreate