You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear, I am trying to install libiec61850 in Python 3. 32 bits windows 64 bits, I genereta the iec61859.py and _iec61859.py files but when I call the funcion with import iec61850, The next error is presented:
import iec61850
Traceback (most recent call last):
File "<pyshell#0>", line 1, in
import iec61850
File "C:\Program Files (x86)\Python38\lib\site-packages\iec61850.py", line 15, in
import _iec61850
ImportError: DLL load failed while importing _iec61850: No se puede encontrar el módulo especificado.
Could you help me with this problem.?
The text was updated successfully, but these errors were encountered:
Dear, I am trying to install libiec61850 in Python 3. 32 bits windows 64 bits, I genereta the iec61859.py and _iec61859.py files but when I call the funcion with import iec61850, The next error is presented:
import iec61850
Traceback (most recent call last):
File "<pyshell#0>", line 1, in
import iec61850
File "C:\Program Files (x86)\Python38\lib\site-packages\iec61850.py", line 15, in
import _iec61850
ImportError: DLL load failed while importing _iec61850: No se puede encontrar el módulo especificado.
Could you help me with this problem.?
The text was updated successfully, but these errors were encountered: