[EMAIL PROTECTED] 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to