pythonocc-core
pythonocc-core copied to clipboard
ImportError: DLL load failed while importing _TopoDS: The specified module could not be found.
There is a bug when I called pythonocc using vs code and pycharm.
my code: from OCC.Extend.DataExchange import read_step_file from OCC.Display.backend import load_backend load_backend("qt-pyqt5") import OCC.Display.qtDisplay as qtDisplay
error:
Traceback (most recent call last):
File "d:/cae_test/mesh_soft.py", line 17, in
I suspect that there is a problem with the path that causes the running error. Is there any way to solve it?