From: Tim <tim...@ta...> - 2009-02-16 20:45:01
|
Hi, I just picked copied the source code for your chess game, but when I ran it, got the error - Traceback (most recent call last): File "C:/Python25/chess.py", line 23, in <module> scene.up=(0,0,1) ValueError: up may not be colinear with forward. >>> Any ideas why this is happening? |