On 01/05/05, ik <[EMAIL PROTECTED]> wrote: [snip] > jToolkitSetup.py > Traceback (most recent call last): > File "./jToolkitSetup.py", line 6, in ? > from distutils import log > ImportError: cannot import name log [snip] > I'm using Python 2.2 on a Red-Hat server.
'log' is a relatively new module in package 'distutils'. My Python 2.3 has it. Upgrade to Python 2.3 or 2.4 and it should work. -- Arik ================================================================To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
