Where can I get the module MyUtils?

Diez B. Roggisch deets at nospam.web.de
Sat Feb 16 05:55:04 EST 2008


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



More information about the Python-list mailing list