distutils

Steve Holden steve at holdenweb.com
Tue Aug 7 12:00:42 EDT 2007


vedrandekovic at v-programs.com wrote:
> On 7 kol, 14:53, Steve Holden <st... at holdenweb.com> wrote:
>> vedrandeko... 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
>> What version of Python are you running with? It looks as though there
>> may be something wrong with your installation if it's recent:
>>
>> sholden at bigboy ~/Projects/Python
>> $ python
>> Python 2.5.1 (r251:54863, May 18 2007, 16:56:43)
>> [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>  >>> from distutils import log
>>  >>> import distutils.log
>>  >>>
>>
> Hello,
> 
> My version of python is 2.4 and I'am running it with Windows XP
> 
Your installation must be corrupted, then:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Steve>\python24\python
Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> from distutils import log
 >>>


regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd           http://www.holdenweb.com
Skype: holdenweb      http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------




More information about the Python-list mailing list