listony / pwx-dns-proxy

Automatically exported from code.google.com/p/pwx-dns-proxy
GNU General Public License v2.0
1 stars 0 forks source link

UnicodeEncodeError on Windows 2003 ENU #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run dnsproxy.exe on windows 2003 SP2.

What is the expected output? What do you see instead?
C:\dnsproxy-0.1-alpha-2>dnsproxy.exe
Traceback (most recent call last):
  File "<string>", line 49, in <module>
  File "win32\build\pyi.win32\dnsproxy\outPYZ1.pyz/log", line 67, in exception
  File "win32\build\pyi.win32\dnsproxy\outPYZ1.pyz/log", line 79, in error
  File "win32\build\pyi.win32\dnsproxy\outPYZ1.pyz/log", line 57, in log
  File "win32\build\pyi.win32\dnsproxy\outPYZ1.pyz/encodings.cp437", line 12, in
 encode
UnicodeEncodeError: 'charmap' codec can't encode characters in position 17-36: c
haracter maps to <undefined>

Original issue reported on code.google.com by eggfore...@gmail.com on 12 Dec 2011 at 8:20

GoogleCodeExporter commented 9 years ago
开任务管理器杀下进程试试。

Original comment by lincong...@gmail.com on 10 Jan 2012 at 4:06