随笔分类 -  python_error

摘要:``` HKEY_CURRENT_USER\Software\Python\PythonCore\2.7\InstallPath default: D:\Python\ ExecutablePath: D:\Python\python.exe WindowedExecutablePath: D:\Python\pythonw.exe HKEY_CURRENT_USER\S... 阅读全文
posted @ 2018-08-22 17:15 idlewith 阅读(147) 评论(0) 推荐(0)
摘要:``` ISO-8859-1 ``` ``` with open(os.path.join(path_home, f), 'r', encoding='ISO-8859-1') as f1: ``` 阅读全文
posted @ 2018-04-04 12:13 idlewith 阅读(1046) 评论(0) 推荐(0)