log4cplus:调用tkinter文件对话框时python中出错

log4cplus:调用tkinter文件对话框时python中出错,python,tkinter,xlrd,log4cplus,Python,Tkinter,Xlrd,Log4cplus,我用python编写了一个小程序,它使用xlrd和tkinter文件对话框从.xls电子表格中提取数据,用于打开/保存文件。今天早些时候,该程序运行良好,但我最近在笔记本电脑上安装了Autocad Electrical 2014用于工作,现在当我运行python脚本时,当脚本调出对话框时,我遇到以下错误: log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please

我用python编写了一个小程序,它使用xlrd和tkinter文件对话框从.xls电子表格中提取数据,用于打开/保存文件。今天早些时候,该程序运行良好,但我最近在笔记本电脑上安装了Autocad Electrical 2014用于工作,现在当我运行python脚本时,当脚本调出对话框时,我遇到以下错误:

log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace).
log4cplus:ERROR Please initialize the log4cplus system properly.
log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace).
log4cplus:ERROR Please initialize the log4cplus system properly.
在该脚本运行期间和出现错误时唯一发生变化的是AutoCAD的安装


这里发生了什么以及如何避免这种情况?

这个错误已经出现了好几次。似乎可以卸载名为的内容,从而解决了问题。

这与tkinter无关。这些与log4cplus库相关。