I solved my problem. I had to add the current directory (where the executable is) to sys.path at the beginning of the program before python files are picked up as modules in the embedded interpreter.

 

George