从os.environ获得unicode答案?

时间:2013-02-15 16:50:00

标签: python windows environment-variables

我想在我的Windows系统上调用os.environ['UserProfile']。该值可能是unicode,但os.environ dict仅返回str类型,非ascii字符转换为问号。

>>> os.environ['UserProfile']
'C:\\Users\\????'

如何在Windows下获取UserProfile的正确路径?

  • 我正在使用Python 2.7.3
  • 我正在使用Windows 7,但解决方案也必须适用于XP,Vista和8。

0 个答案:

没有答案