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 tarek
Recipients tarek
Date 2008-02-23.14:17:03
SpamBayes Score 0.006094926
Marked as misclassified No
Message-id <1203776225.5.0.753260751144.issue2166@psf.upfronthosting.co.za>
In-reply-to
Content
Related to #1741: dist.py looks for the HOME environment variable
to try to find the user's pydistutils.cfg. 

user_file = os.path.join(os.environ.get('HOME'), user_filename)

It should look form HOMEDRIVE+HOMEPATH as well.
History
Date User Action Args
2008-02-23 14:17:05tareksetspambayes_score: 0.00609493 -> 0.006094926
recipients: + tarek
2008-02-23 14:17:05tareksetspambayes_score: 0.00609493 -> 0.00609493
messageid: <1203776225.5.0.753260751144.issue2166@psf.upfronthosting.co.za>
2008-02-23 14:17:04tareklinkissue2166 messages
2008-02-23 14:17:04tarekcreate