Python_Doctor schrieb: > I inherited a piece of python code which imports "MyUtils" i.e. it has > a line: > > import MyUtils > > When I execute the code I get: > > ImportError: No module named MyUtils > > I assume the code is looking for another module called MyUtils.py. Is > this a standard Python module? Where can I download this module from?
How large are the chances that something called "MyUtils" is a standard-module? And if it were - you wouldn't miss it, wouldn't you? I suggest you ask the one you inherited the code from - it's mosp probably his/hers. Diez -- http://mail.python.org/mailman/listinfo/python-list