Python is installed in a local directory.
My directory tree looks like this:
(local directory)/site-packages/toolkit/interface.py
My problem was that I added the directory with the __init__.py file to PYTHONPATH, when actually I needed to add its parent directory.
__init__.py