>>> import aargh
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named aargh
>>> import aaaargh
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named aaaargh