'int' object has no attribute 'startswith'
        Posted  
        
            by lakshmipathi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by lakshmipathi
        
        
        
        Published on 2010-04-13T14:20:00Z
        Indexed on 
            2010/04/13
            14:23 UTC
        
        
        Read the original article
        Hit count: 376
        
I'm getting strange error "'int' object has no attribute 'startswith'"
I haven't used the word "startswith" in my python program. ? Does any one how to fix this -- or what it refers to ?
© Stack Overflow or respective owner