from CGAL.Kernel import * 引发异常,如下所示:
File "C:/Python26/Lib/site-packages/cgal\CGAL\__init__.py", line 1, in <module>
from Kernel import *
ImportError: No module named Kernel可能的原因是什么?谢谢
发布于 2012-11-19 05:03:18
这显然是在使用过时的CGAL Python绑定。我只能建议切换到新的,请参阅:http://code.google.com/p/cgal-bindings/
https://stackoverflow.com/questions/3458757
复制相似问题