Python Forum
QueueHandler question (new to Python)
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QueueHandler question (new to Python)
#4
According to the official docs logging module (in Python 3.7.2) includes all classes (QueueHandler, QueueListener, RotatingFileHandler) that you are trying to import. I can import all of these classes on my computer without errors.
I don't know what is happening, but:
1) may be you have logger/logging file/package in your working directory or somewhere else where python tries to import from...
2) you have a special version of Python compiled (using clang) to solve particular set of problems...
Reply


Messages In This Thread
QueueHandler question (new to Python) - by Templar - Jan-14-2019, 12:31 AM
RE: QueueHandler question (new to Python) - by scidam - Jan-22-2019, 12:34 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020