I\'m trying to use importlib.import_module in Python 2.7.2 and run into the strange error.
Consider the following dir structure:
a | + - __ini
And don't forget to create a __init__.py with each folder/subfolder (even if they are empty)
__init__.py