ModuleNotFoundError: No module named 'fbs_runtime'

Great tutorial. I tried to run the bare-bones main.py from the tutorial in the Spyder 4.0.1 IDE, and when I try to debug the main.py, I am getting errors, here is the console output:

runfile('/Users/vuser/Documents/src/main/python/tutorial.py', wdir='/Users/vuser/Documents/src/main/python')
Traceback (most recent call last):

File "/Users/vuser/Documents/src/main/python/tutorial.py", line 10, in <module>
from fbs_runtime.application_context import ApplicationContext

ModuleNotFoundError: No module named 'fbs_runtime'

Any ideas?

Does your book have a section on using Qt Designer? I’ve used the Qt Designer for cross-platform C++ apps, it works great. Considering the quality of this article, the book should be excellent, I’ll plan to get a copy.