我开始使用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 32位和pythonocc 0.5 all in one
上述问题的解决方案是什么?
答案 0 :(得分:0)
答案 1 :(得分:0)
从此链接http://code.google.com/p/pythonocc/安装pythonocc 0.6,这应该可以正常工作
答案 2 :(得分:0)
在以下链接中,您可以找到Python 2.7的pythonOCC: http://code.google.com/p/pythonocc/downloads/list
Link于2014年10月7日进行了测试