5

我用 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 的安装。

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

4

1 回答 1

4

这个错误已经出现过几次了。似乎可以卸载名为Autodesk 360的东西,从而解决了该问题。

于 2013-10-25T05:19:08.387 回答