I have problem with python module Tagged_Files_Report_module with Autopsy 4.19. Module works fine with 4.16- 4.17. There is problem with import python class from external file. Could classes in external files not be used with Autopsy 4.19 ?
SEVERE: Failed to load TagHtmlReportModule from C:\Users\grzegorz\AppData\Roaming\autopsy\python_modules\Tagged_Files_Report_module\TaggedFilesReportModule.py
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\grzegorz\AppData\Roaming\autopsy\python_modules\Tagged_Files_Report_module\TaggedFilesReportModule.py”, line 77, in
from Language import Language
ImportError: No module named Language