I am trying to use the pyrfa module developed by devcartel.
I have installed the package with the usual method:
pip install pyrfa
However, running a script that uses the module gives:
ImportError: DLL load failed : The specific module cannot be found.
The pyrfa module is a wrapper around C++ code based DLLs developed by Reuters. Where do I find the necessary DLLs?