On 7 kol, 14:53, Steve Holden <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] 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: > > [EMAIL PROTECTED] ~/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 -------------
Hello, My version of python is 2.4 and I'am running it with Windows XP -- http://mail.python.org/mailman/listinfo/python-list