Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nameerror

Name Error Not Defined In Python

So this is the basic string (the text is in hungarian before you are wondering): >>> nev=i… Read more Name Error Not Defined In Python

Why Do I Get An Error "name 'play' Is Not Defined" When I Think It Is?

Full error: line 10, in colour = play() NameError: name 'play' is not defined I can&… Read more Why Do I Get An Error "name 'play' Is Not Defined" When I Think It Is?

Python Import Module Results In Nameerror

I'm having a module import issue. using python 2.6 on ubuntu 10.10 I have a class that subclass… Read more Python Import Module Results In Nameerror

Python Temperature Conversion Mvc Style: Why Am I Getting "typeerror: Buttonpressed() Missing 1 Required Positional Argument: 'self'"

newbie-wanna-be python-programmer here. I had a homework assignment (that I couldn't get) and n… Read more Python Temperature Conversion Mvc Style: Why Am I Getting "typeerror: Buttonpressed() Missing 1 Required Positional Argument: 'self'"

Function Name Not Defined

I have a pice of code which looks like this if __name__ == '__main__': main() def ma… Read more Function Name Not Defined

Python: Nameerror Name '[input]' Is Not Defined

I'm trying to make a simple little tool for converting inches to centimeters and am stuck at tr… Read more Python: Nameerror Name '[input]' Is Not Defined

Python ClassName Not Defined NameError

I have a class which i need to instantiate in order to call a method that it contains. When I acces… Read more Python ClassName Not Defined NameError