cgal python 异常

0 投票
1 回答
570 浏览
提问于 2025-04-16 02:38
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/

撰写回答