distutils
Steve Holden
steve at holdenweb.com
Tue Aug 7 08:53:47 EDT 2007
vedrandekovic 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
>>>
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