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

Laura Creighton lac at openend.se
Mon Aug 31 16:17:16 EDT 2015


Check and see if you have a file in your working directory with the
very same name as a module you are trying to import, or the_same_name.py
If so, change the name of that file to something else.

Laura




More information about the Python-list mailing list