When adding a python module manually, the path to the module is added to sys.path. After restarting Slicer, the module path is no longer in sys.path although it's still present in the settings ...
Setting up an embedded Python interpreter often involves augmenting sys.path with some application-specific subdirectories, so as not to pollute the system's normal Python installation. A workable ...