Created
March 12, 2015 16:57
-
-
Save cds-amal/c85abd2e67c855006eb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sysconfig | |
config = sysconfig.get_config_vars() | |
keys = config.keys() | |
keys.sort() | |
for k in keys: | |
print '%s: %s' % (k, config[k]) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Chris,
Unfortunately, this sheds no light -- I sent you an email on how to work around this issue in the mean time.
-- Amal