Python tools to bundle applications and generate installers analyze Python import's to determined what should be included in the package. Some examples include pyinstaller, py2app, py2exe.
To enable these apps to work with the ITK Python package, we need to make some changes to itkBase.py, e.g.
Python tools to bundle applications and generate installers analyze Python
import's to determined what should be included in the package. Some examples include pyinstaller, py2app, py2exe.To enable these apps to work with the ITK Python package, we need to make some changes to
itkBase.py, e.g.known_modulesshould be defined in the global namespaceexec'ing the modules, use Python's import machinery.