Looking for Delaunay triangulation module...

Grant Edwards grante at visi.com
Tue Sep 4 17:32:49 EDT 2007


On 2007-09-03, Grant Edwards <grante at visi.com> wrote:
> On 2007-09-02, Robert Kern <robert.kern at gmail.com> wrote:
>
>>> Can anybody point me to a Delaunay triangulation module (for
>>> Win32)?  I'm currently using
>>> http://flub.stuffwillmade.org/delny/ under Linux, but I have
>>> been unable to find a build for Windows. I don't have the
>>> tools (or skills) to build libqhull and Python extensions on
>>> Win32).
>>> 
>>> I've also found the delaunay module in scipy's "sandbox".  I
>>> could never get that module to work under Linux, and I can't
>>> build it for Windows anyway.

> I do have Dlaunay triangulation working using VTK (which is
> included in Enthought Python),

Well, of course that doesn't work under Windows either. Doing
an "import vtk" crashes the python interpreter.

How people get any work at all done using Winodows is beyond me...

-- 
Grant Edwards                   grante             Yow! Everybody gets free
                                  at               BORSCHT!
                               visi.com            



More information about the Python-list mailing list