[EMAIL PROTECTED] wrote:

> On 7 kol, 19:37, Irmen de Jong <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to