Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top