Hi,

There are pre-built windows binaries for CGAL available here

    http://www.lfd.uci.edu/~gohlke/pythonlibs/#cgal-python

You shouldn't have any trouble installing them in Python(x,y).

By the way, if you need other hard-to-build libraries or bindings, please look for them at Gohlke's page. It's the biggest repository of Python scientific packages for Windows.

Cheers,
Carlos

El 23/02/14 06:57, DrBwts escribió:
OK found PYHONPATH it was because I was using Spyder lite that I couldnt find it.

BUT I can get the bindings to work. I have a test pogram whic includes the following imports,

from CGAL.Kernel import*

from CGAL.Triangulations_2 import*

from random import*


I keep getting the error,

from CGAL.Kernel import*
ImportError: No module named CGAL.Kernel

Am I calling the module correctly?

Thanks

Nic

--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to