Usually, if the .cap needs particular python files, and if you haven't got python installed, or they aren't included by reference(e.g. sys.path=[System.AppPath + 'py3'] where the folder py3 has the needed files), then you get a traceback error (no module installed).
That's from my experience anyway.
zen