On 2007-09-03, Grant Edwards <[EMAIL PROTECTED]> wrote:
> On 2007-09-02, Robert Kern <[EMAIL PROTECTED]> 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 fin
On 2007-09-02, Robert Kern <[EMAIL PROTECTED]> 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 b
Grant Edwards 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 Pythion extensions
On 2007-09-01, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
So for lack of a delaunay module, I'm stuck trying to port my
application to Win32.
>>
>>> Why not run it under Cygwin? :)
>>
>> I'm hoping there is an easier way than trying to build a
>> half-dozen large Python extensions (and
On Sep 1, 12:24 am, Grant Edwards <[EMAIL PROTECTED]> wrote:
> On 2007-09-01, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote:
> > In message <[EMAIL PROTECTED]>, Grant Edwards wrote:
>
> >> So for lack of a delaunay module, I'm stuck trying to port my
> >> application to Win32.
>
> > Why not run it
On 2007-09-01, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote:
> In message <[EMAIL PROTECTED]>, Grant Edwards wrote:
>
>> So for lack of a delaunay module, I'm stuck trying to port my
>> application to Win32.
>
> Why not run it under Cygwin? :)
:)
I'm hoping there is an easier way than trying to
In message <[EMAIL PROTECTED]>, Grant Edwards wrote:
> So for lack of a delaunay module, I'm stuck trying to port my
> application to Win32.
Why not run it under Cygwin? :)
--
http://mail.python.org/mailman/listinfo/python-list
On 2007-08-31, Grant Edwards <[EMAIL PROTECTED]> wrote:
> So for lack of a delaunay module, I'm stuck trying to port my
> application to Win32.
I've found that VTK contains a Delaunay triangulation module,
and Entought Python includes VTK, so that's next on my list of
things to try as soon as VTK
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 Pythion extensions on Win32).
I've also found th