I\'m using Python 3.7.1 on macOS Mojave Version 10.14.1
This is my directory structure:
man/ Mans/
For me when I created a file and saved it as python file, I was getting this error during importing. I had to create a filename with the type ".py" , like filename.py and then save it as a python file. post trying to import the file worked for me.