[issue2166] pydistutils.cfg won't be found on Windows

Tarek Ziadé report at bugs.python.org
Sat Feb 23 15:17:05 CET 2008


New submission from Tarek Ziadé:

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.

----------
messages: 62731
nosy: tarek
severity: normal
status: open
title: pydistutils.cfg won't be found on Windows
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2166>
__________________________________


More information about the Python-bugs-list mailing list