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
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