Skip to content

Tag: python-3.x

Logging module not working with Python3

I am having issues with the standard logging module. If I open a python2.7 shell and import logging everything works fine: But if I open a python3.4 shell and import logging I get the following error: I have no idea what the problem is and can’t seem to find anyone else who has had the same issue. Answe…