vedrandekovic at v-programs.com wrote: > Hello again, > > Is there any patch for python "distutils", for this > >>>> from distutils import log,dir_util > ImportError: cannot import name log > > > Regards, > Vedran > Are you sure you haven't written a module yourself called distutils.py ? (that one will hide the standard distutils module) --irmen