我開始使用pythonocc我試圖導入一些模塊,並與下面的錯誤返回Pythonocc導入錯誤DLL加載失敗
` 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位蟒蛇2.7.3 32位和pythonocc 0.5所有in one
上述問題的解決方案是什麼?
我有一個32位的Python安裝 –