ofajardo/pyreadr

ImportError: DLL load failed

ImSanjayChintha opened this issue · 3 comments

I am unable to import pyreadr package. it throws with an error:

File "C:\work\projects\test\env\lib\site-packages\pyreadr_pyreadr_parser.py", line 10, in
from .librdata import Parser
ImportError: DLL load failed: The specified module could not be found.

Look at #20

I have added /Python36/Scripts folder into PATH environment variables. It worked. Thanks!

On version 0.2.7 windows dlls are now copied into the package folder, that should make fixing the PATH unnecessary.