Hi John,
Just as a note, I am looking at the included scripts (and not the linked
scripts). I believe the problem you are having is with the lines below.
for i in range(len(faces)):
f = faces[flist[i]]
n = normals[flist[i]]
s = s + ",%d" % len(f)
for v in f:
s = s
John Collins wrote:
> Hi,
> I'm a baffled beginner. The script below is one of a suite of scripts
> written by Simon Tatham a decade ago;
> http://www.chiark.greenend.org.uk/~sgtatham/polyhedra/
> http://www.chiark.greenend.org.uk/~sgtatham/polyhedra/polyhedra.tar.gz
>
> OS: WinXP
> Py Ver: 2
Hi,
I'm a baffled beginner. The script below is one of a suite of scripts
written by Simon Tatham a decade ago;
http://www.chiark.greenend.org.uk/~sgtatham/polyhedra/
http://www.chiark.greenend.org.uk/~sgtatham/polyhedra/polyhedra.tar.gz
OS: WinXP
Py Ver: 2.7
Script: canvas.py
It reads fro