开发者

cgal python exception

from CGAL.Kernel import * 

raises an exception as follows:

File "C:/Python26/Lib/site-packages/cgal\CGAL\__init__.py", line 1, in <module开发者_开发知识库>
    from Kernel import *
ImportError: No module named Kernel

What could the reasons be? thanks


This is apparently using the obsolete CGAL Python bindings. I can only suggest to switch to the new ones, see : http://code.google.com/p/cgal-bindings/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜