On 09/12/11 19:03, Richard Lyons wrote:
I have tried to enter the first sample program from p. 19 in Grayson:
Python and Tkinter Programming. When I run the program I get an error
as follows:
Traceback (most recent call last):
File "/home/dick/Desktop/calc1.py", line 50, in
if _name_ == '_main_
On 12/09/2011 02:03 PM, Richard Lyons wrote:
I have tried to enter the first sample program from p. 19 in Grayson:
Python and Tkinter Programming. When I run the program I get an error
as follows:
Traceback (most recent call last):
File "/home/dick/Desktop/calc1.py", line 50, in
if _name_
I have tried to enter the first sample program from p. 19 in Grayson:
Python and Tkinter Programming. When I run the program I get an error
as follows:
Traceback (most recent call last):
File "/home/dick/Desktop/calc1.py", line 50, in
if _name_ == '_main_':
NameError: name '_name_' is not d