Re: the script is failing without a useful report

2010-09-04 Thread nvictor
thank you so much. -- http://mail.python.org/mailman/listinfo/python-list

the script is failing without a useful report

2010-09-04 Thread nvictor
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)

class C: vs class C(object):

2007-07-19 Thread nvictor
Hi, I'm not an experienced developer, and I came across this statement by reading a code. I search for explanation, but can't find anything meaningful. I read the entire document written by python's creator about the features of version 2.2 The one named unifying types and classes. But This docume