Re: import logging fails on MacPython 2.4.3

2006-08-09 Thread Diez B. Roggisch
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/ On my machine, that is

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/ On my machine, that is

import logging fails on MacPython 2.4.3

2006-08-08 Thread Tod Olson
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/ There's an __init__.py there and everything, but this directory is not in sys.path. I add it to sys.path as