AttributeError - a dumb question

Oleg Broytmann phd at emerald.netskate.ru
Tue Jul 6 12:27:31 EDT 1999


Hi!

   Python is case-sensitive language.

On Tue, 6 Jul 1999, Johann Spies wrote:
> class F:
>     def __init__(self):
> 
>         self.x = self.Krylys()
                           ^
                           lowercase

>     def KryLys(self):
             ^
            uppercase

>         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 

Oleg.
---- 
    Oleg Broytmann        Netskate/Inter.Net.Ru        phd at emerald.netskate.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list