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 themetman
Recipients themetman
Date 2015-08-31.17:19:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441041563.63.0.554338723199.issue24971@psf.upfronthosting.co.za>
In-reply-to
Content
I am running an up to date Gentoo Linux x86_64. using Python 2.7
I have an environment variable defined, so from the command line 'echo $XRIT_DECOMPRESS_PATH' gives '/usr/local/bin/xRITDecompress'
however, in a Python script, 'cmd = os.environ.get('XRIT_DECOMPRESS_PATH')' gives 'None' as the output.
Why is that?
History
Date User Action Args
2015-08-31 17:19:23themetmansetrecipients: + themetman
2015-08-31 17:19:23themetmansetmessageid: <1441041563.63.0.554338723199.issue24971@psf.upfronthosting.co.za>
2015-08-31 17:19:23themetmanlinkissue24971 messages
2015-08-31 17:19:23themetmancreate