Python is installed in a local directory.
My directory tree looks like this:
(local directory)/site-packages/toolkit/interface.py
In my case I was including the path to package.egg folder rather than the actual package underneath. I copied the package to top level and it worked.