More on python ImportError No module named
Following the suggestion here , my package (or the directory containing my modules) is located at C:/Python34/Lib/site-packages. The directory contains an __init__.py and sys.path contains a path to the directory as shown. Still I am getting the following error: Traceback (most recent call last): File "C:/Python34/Lib/site-packages/toolkit/window.py", line 6, in <module> from catalogmaker import Catalog File "C:\Python34\Lib\site-packages\toolkit\catalogmaker.py", line 1, in <module> from patronmaker import Patron File "C:\Python34\Lib\site-packages\toolkit\patronmaker.py", line 4, in <module>