ImportError: DLL load failed while importing _Blowfish: The specified module could not be found

Hi, 

I am trying to make a connection between Python (I use Spyder as IDE) and Plaxis. 

I have tried to run the following code:

import sys
sys.path.append(r"C:\Program Files\Plaxis\PLAXIS 2D\python\Lib\site-packages")
from plxscripting.easy import*

to import the plxscripting library, but I get the following error: 

ImportError: DLL load failed while importing _Blowfish: The specified module could not be found

I have found modules named _Blowfish.pyd and Blowfish.py in the folder named Cipher. I tried to import other modules in plxscripting, and that worked out fine. For example: 

import sys
sys.path.append(r"C:\Program Files\Plaxis\PLAXIS 2D\python\Lib\site-packages")
from plxscripting.server import*

Has anyone encountered the same problem?

best regards, 

Dina Hansen