AdvancedClimateSystems / uModbus

Python implementation of the Modbus protocol.
Mozilla Public License 2.0
211 stars 81 forks source link

Import Error: no module named 'logging' #122

Open LaksahanWijerathne opened 1 year ago

LaksahanWijerathne commented 1 year ago

Need findout the file named logging

OrangeTux commented 1 year ago

logging is part of Python's standard library. Any error related to importing the standard library seems an issue with your setup, not with umodbus.