Diez B. Roggisch wrote:
> Tod Olson schrieb:
>> Anyone have advice for importing the logging module using MacPython
>> 2.4.3?
>>
>> MacPython installs the logging module in:
>>
>> /Library/Frameworks/Python.framework/Versions/2.4/lib/logging/
>
>
recent call last):
File "", line 1, in -toplevel-
import logging
ImportError: No module named logging
Now, I've been away from Python for some years, so I'm pretty rusty.
Maybe there's something obvious I'm missing. Any advice on how to
proceed would be welcome.
Tod O