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/
精彩评论