"W. eWatson" <wolftra...@invalid.com> writes: > I think I understand it, but how does one prevent it from happening, > or know it's the cause? That msg I got?
Yes. The line of code was pretty clear: you were attempting to call an object, and the error message said the object's type doesn't support being called. More generally, you should insert an automatic step into your workflow where you run a static code checker like ‘pyflakes’ over all of your code to catch common errors and mistakes. -- \ “To me, boxing is like a ballet, except there's no music, no | `\ choreography, and the dancers hit each other.” —Jack Handey | _o__) | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list