Including namespace packages

To translate namespace packages, include all the paths to the namespace package directories with the -python-path option. For example, if you have two subpackages for a namespace package package_name in multiple folders:

/path_1/package_name/subpackageA
/path_2/package_name/subpackageB

Include /path_1;/path_2 with the -python-path option in the sourceanalyzer command line.