AttributeError - a dumb question

Gordon McMillan gmcm at hypernet.com
Tue Jul 6 13:37:05 EDT 1999


> Hallo Oleg,
> 
> Thanks for your reply.  Your answer helped me to back to the
> original problem I had:

Look at the case of the "L" in Krylys and KryLys.

Now kick yourself, hard!

> class F:
>     def __init__(self):
> 
>         self.x = self.Krylys()
> 
>     def KryLys(self):
>         l = [1,2,3,4,5]
>         return l
> 
> 
> l = F()
> 
> Now this assignment fails:
> 
> Traceback (innermost last):
>   File "<stdin>", line 11, in ?
>   File "<stdin>", line 4, in __init__
> AttributeError: Krylys
> 
> I hope you can help me with this one.
> 
> Johann
> 
>  -------------------------------------------------------------------
>  -------
> | Johann Spies                                 Windsorlaan 19              |
> | jhspies at futurenet.co.za                3201 Pietermaritzburg             |
> | Tel/Faks Nr. +27 331-46-1310		       Suid-Afrika (South Africa)  |
>  -------------------------------------------------------------------
>  -------
> 
>      "Ask, and it shall be given you; seek, and ye shall
>       find; knock, and it shall be opened unto you."        
>                                   Matthew 7:7 
> 
> 
> -- 
> http://www.python.org/mailman/listinfo/python-list

- Gordon




More information about the Python-list mailing list