原文:ConfigParser MissingSectionHeaderError: File contains no section headers.

今天使用ConfigParser解析一個ini文件,報出如下錯誤: 經過分析是由於文件編碼方式導致,調整代碼如下,問題解決: 此文件為unicode編碼,所以這里填入 utf ,如果為其他編碼格式,則修改該參數。 python編碼查詢地址:http: docs.python.org library codecs.html highlight streamcodec standard encodin ...

2013-11-18 14:42 0 19470 推薦指數:

查看詳情

ConfigParser.MissingSectionHeaderError: File contains no section headers.

今天使用ConfigParser解析一個ini文件,報出如下錯誤: 經過分析是由於文件編碼方式導致,調整代碼如下,問題解決: 此文件為unicode編碼,所以這里填入"utf_16",如果為其他編碼格式,則修改該參數。 python ...

Thu Oct 27 19:44:00 CST 2016 0 2999
supervisord File contains no section headers解決辦法

檢查supervisord.conf以及conf.d/下的conf文件編碼是否為ASCII。 之前啟動supervisord一直報錯,報錯信息為 Error: File contains no section headers.file: /etc/supervisor/conf.d ...

Tue Mar 27 22:28:00 CST 2018 0 3442
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM