Open yorickvP opened 2 years ago
The thread module was renamed to _thread in python3
thread
_thread
File "/build/source/Milter/greylist.py", line 4, in <module> import thread ModuleNotFoundError: No module named 'thread'
Will turn on greylist on EL8 system tomorrow.
Sorry, got sidetracked. I WILL get on this!
The
thread
module was renamed to_thread
in python3