Page 1 of 1

AttributeError: 'module' object has no attribute 'getLogger'

Posted: Fri Mar 16, 2018 11:47 am
by donikuy
Hi,

I have been trying to get picoweb to work on my WIPY 3.0.
I get error AttributeError: 'module' object has no attribute 'getLogger' after I run app.run(debug=True).
I have renamed logging module to logging_picoweb and that seems to make things better up to some point, but then the error originates from "picoweb/__init__.py", line 284.

Can anyone help with this?

Re: AttributeError: 'module' object has no attribute 'getLogger'

Posted: Sun Jan 06, 2019 2:27 am
by kenjichen
I've encountered same error, Since checking the code ..I found that no matter debug=true or debug=false , the logging would be imported , that's the error message from.

solution : app.debut(debut=-1) , it works~