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 brett.cannon
Recipients
Date 2004-12-18.07:56:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

I was able to reproduce the problem of the environment variable 
returning None for a short time (it for some reason stopped doing that 
and started to do what I expected).  While I could, though, I was able to 
get the right values using distutils.sysconfig.get_config_var().

The attached file adds a little bit more debugging output and also 
switches over to using distutils.sysconfig.get_config_var() instead of 
sys.getenv().  Let me know if that fixes the problem.
History
Date User Action Args
2007-08-23 14:28:17adminlinkissue1081045 messages
2007-08-23 14:28:17admincreate