When running the example script test_conteme.py in Windows, an error occurs. This error is the result of calling the getResult method of class ArquivoPT, which uses the module multiprocessing.
A solution for the problem may be found here. One just needs to incude if __name__ == '__main__': before calling the method of the instantiated class.
Hope it helps.