Ben Finney wrote:
"W. eWatson" <wolftra...@invalid.com> writes:

Steven D'Aprano wrote:
NameError: name 'mod' is not defined

So where is it? Here are the choices.
import sys, os, glob
import string
from numpy import *

If you use ‘from foo import *’ you forfeit any way of saying where a
name in your code gets bound.

Hence, don't do that.

Good idea!
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to