g_alleon at yahoo.fr (guillaume) writes: > print "found %s points and %s triangles" % (nbpoints, nbtrias) > > t1 = time.time() > for i in range(nbpoints): For another thing, use xrange instead of range here.