distutils

Irmen de Jong irmen.NOSPAM at xs4all.nl
Tue Aug 7 13:37:04 EDT 2007


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



More information about the Python-list mailing list