TypeError: no arguments expected

Alex Martelli aleax at mail.comcast.net
Sun Dec 11 22:13:52 EST 2005


shawn a <boris317 at gmail.com> wrote:
   ...
> Ive looked around for this exeption but nothing ive read has help in
> this situation.
> Any of your thoughts are greatly apprectiated. THANK!!

Add "self" as the first or only parameters to all methods.

Re-read the tutorial -- you're missing very crucial parts of it.


Alex



More information about the Python-list mailing list