Using Custom Modules in Pyzo.

  1. The folder where the .py files are located have to be added to the pythonpath of the shell configuration.
  2. Then, the ENTIRE PYZO APP has to be restarted, not just the shell.
  3. If you just use IMPORT without the FOR keyword, you have to use module.function notation.