Skip to main content

AttributeError: partially initialized module 'webbrowser' has no attribute 'open' (most likely due to a circular import)

AttributeError: partially initialized module 'webbrowser' has no attribute 'open' (most likely due to a circular import)



Don't save your file with the same name as imported package 

you save your file with name webbrowser and system is comfused change filename to new.py and try.

Comments