Hi all,

I have this error:

>>> from sys import *
>>> maxint
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
maxint
NameError: name 'maxint' is not defined


What does it mean and how to deal with it?

Thank you in advance,

Katya

-- 
AKA XIAOJIA
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to