Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

log4cplus:ERROR in python when calling for tkinter file dialog

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?

like image 490
Seth Koberg Avatar asked Oct 02 '22 14:10

Seth Koberg


1 Answers

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

like image 153
wilx Avatar answered Oct 08 '22 01:10

wilx