thank you so much.
--
http://mail.python.org/mailman/listinfo/python-list
On 04/09/2010 22:22, nvictor wrote:
hi all,
need your help. i get a traceback that doesn't tell much about the
actual error in my code:
Traceback (most recent call last):
File ".\eightqueens.py", line 32, in
generate(n, x, col, up, down)
File ".\eightqueens.py", line 17, in generate
hi all,
need your help. i get a traceback that doesn't tell much about the
actual error in my code:
Traceback (most recent call last):
File ".\eightqueens.py", line 32, in
generate(n, x, col, up, down)
File ".\eightqueens.py", line 17, in generate
else: generate(n, x, col, up, down)