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
可能是什么原因?谢谢
这显然是使用过时的 CGAL Python 绑定。我只能建议切换到新的,请参阅:http ://code.google.com/p/cgal-bindings/