Problem with Python modul with Autopsy 4.19

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

Look at the PR I just created in your github repository. This fixes the error you are getting. If you have any questions please let me know.

KInd regards

Mark

Thanks Mark, I knew the solusion and I fiex it earlier, but I wonder why classes in separate files coudl not be uesed ? This will be not very comfortable with big Python modules.