PyDev, Python: Error importing OpenCV when debugging -


i having problens debugging code. when use opencv importing cv2 following output:

pydev debugger: process 8272 connecting  connected pydev debugger (build 141.1899) traceback (most recent call last):   file "c:\program files (x86)\jetbrains\pycharm community edition 4.5.3\helpers\pydev\pydevd.py", line 2358, in <module> globals = debugger.run(setup['file'], none, none, is_module)   file "c:\program files (x86)\jetbrains\pycharm community edition 4.5.3\helpers\pydev\pydevd.py", line 1778, in run pydev_imports.execfile(file, globals, locals)  # execute script   file "c:/work/210 python/6 imagingsource/test.py", line 3, in <module> import cv2   file "c:\program files (x86)\jetbrains\pycharm community edition 4.5.3\helpers\pydev\pydev_monkey_qt.py", line 71, in patched_import return original_import(name, *args, **kwargs)  importerror: dll load failed: die angegebene prozedur wurde nicht gefunden. 

so dll can not loaded. not error when run file.

i checked run , debug environments os package. same, differing in additional entries pydev debug environment. think checked whether or not 64bit interpreter being used executing sys.maxsize in both environments. return same values guess both same - 64bit.

so without clue cause of issue. have idea?

thanks in advance!


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -