新月の開発

65c91b4c :Anonymous 2014-02-20 22:48
>>0ee552c0
なんかもう直ってるバグっぽいよ。
http://stackoverflow.com/questions/20646420/cant-set-up-a-http-cgi-server-in-python-2
http://bugs.python.org/issue9291

いつどこからpythonインストールしたか覚えてないけど、俺の環境ではそもそもそんなコードが無かった。
mimetypes.pyの該当する部分は↓みたいになってる。
256| default_encoding = sys.getdefaultencoding()
257| with _winreg.OpenKey(_winreg.HKEY_CLASSES_ROOT,
258| r'MIME\Database\Content Type') as mimedb:
259| for ctype in enum_types(mimedb):

どうやって直すのが正解かはわからないから、詳しい人待ちだな。
Powered by shinGETsu.