distutils

vedrandekovic at v-programs.com vedrandekovic at v-programs.com
Tue Aug 7 13:28:49 EDT 2007


On 7 kol, 18:00, Steve Holden <st... at holdenweb.com> wrote:
> vedrandeko... 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 -------------

Hi,

Is there any other solution I need this for script installing with
setuptools,now I was install and Python 2.5 too,but same error
again.

PS: I was try your previously example also:

cd c:\Python24\python

then:
>>> from distutils import log - but same error again

any other solution?

Regards,
Vedran




More information about the Python-list mailing list