distutils

Peter Otten __peter__ at web.de
Tue Aug 7 14:20:01 EDT 2007


 vedrandekovic at v-programs.com wrote:

> On 7 kol, 19:37, Irmen de Jong <irmen.NOS... at xs4all.nl> wrote:

>> Are you sure you haven't written a module yourself called distutils.py ?
>> (that one will hide the standard distutils module)

> I was search for all distutils files and folders and I'am sure there
> is no distutils except "c:\Python24\Lib\distutils"

What does

>>> import distutils
>>> distutils.__file__
'/usr/lib/python2.5/distutils/__init__.pyc'

print on your machine?

Peter




More information about the Python-list mailing list