cgal python 异常
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
这可能是什么原因呢?谢谢!
1 个回答
0
这显然是在使用过时的CGAL Python绑定。我只能建议你换成新的绑定,具体可以查看这个链接: http://code.google.com/p/cgal-bindings/