我开始使用 pythonocc 我尝试导入一些模块并返回以下错误
` Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from OCC.gp import *
File "C:\Python27\lib\site-packages\OCC\gp.py", line 28, in <module>
_gp = swig_import_helper()
File "C:\Python27\lib\site-packages\OCC\gp.py", line 24, in swig_import_helper
_mod = imp.load_module('_gp', fp, pathname, description)
ImportError: DLL load failed: The specified module could not be found.
`
我正在使用 Windows 64 位 python 2.7.3 32bit 和 pythonocc 0.5 合二为一
上述问题的解决方案是什么?