Ed Leafe wrote:
> On Oct 4, 2008, at 7:27 PM, Ricardo Aráoz wrote:
>
>> File "E:\dabo\ez_setup.py", line 112, in download_setuptools
>> from distutils import log
>> ImportError: cannot import name log
>>
>> E:\dabo>
>> -------------------------------------------------------------------
>>
>> What am I doing wrong?
>
> Hmmm... sounds like a problem with distutils. I know that
> distutils.log has been deprecated; maybe that's part of the problem?
>
> What do you get when you type:
>
> python --version
>
> at the command window prompt?
>
>
BTW :
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
****************************************************************
Personal firewall software may warn about the connection IDLE
makes to its subprocess using this computer's internal loopback
interface. This connection is not visible on any external
interface and no data is sent to or received from the Internet.
****************************************************************
IDLE 1.2.2
>>> import distutils
>>> from distutils import log
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
from distutils import log
ImportError: cannot import name log
>>>
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]