Re: import logging fails on MacPython 2.4.3

2006-08-09 Thread Tod Olson
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/ > >

import logging fails on MacPython 2.4.3

2006-08-08 Thread Tod Olson
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