log4cplus:ERROR in python when calling for tkinter file dialog

柔情痞子 提交于 2019-11-28 04:20:08

问题


I've written a little program in python that pulls data out of an .xls spreadsheet using xlrd with tkinter file dialogue boxes for opening/saving the files. Earlier today, the program was running fine, but I recently installed Autocad Electrical 2014 on my laptop for work, and now when I run the python script, I get the following errors when the script pulls up the dialogue boxes:

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.

The only thing that has changed between the times this script worked and when I get the errors is the installation of AutoCAD.

What is going on here and how can this be avoided?


回答1:


This error has shown up a few times already. It appears that something called Autodesk 360 can be uninstalled, which fixes the issue.



来源:https://stackoverflow.com/questions/19576586/log4cpluserror-in-python-when-calling-for-tkinter-file-dialog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!