Using Custom Modules in Pyzo.
- The folder where the .py files are located have to be added to the pythonpath of the shell configuration.
- Then, the ENTIRE PYZO APP has to be restarted, not just the shell.
- If you just use IMPORT without the FOR keyword, you have to use module.function notation.
|