The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4627312:
I want to get the os.environ['LANG'] in MacOSX10.6.8 use the eclipse + pydev.
But it always return the None for this value. If we use the terminal to run
this script, it can returen the correct like en-US.utf-8.
So, how to get this value in the pydev?
|