Jungwoo
Results
2
comments of
Jungwoo
I think so. there is some code for calling matlab. mc = "matlab -nojvm -r \"try; {}; catch; exit; end; exit\"".format(command) pid = subprocess.Popen( shlex.split(mc), stdout=open('/dev/null', 'w'), cwd=script_dirname)
Still, I have the same issue. ` $ python -c "import cv2" Traceback (most recent call last): File "", line 1, in ImportError: DLL load failed while importing cv2: 지정된...