logging module missing in 2.3a1

Tim Peters tim.one at comcast.net
Wed Jan 22 20:42:42 EST 2003


[Janto Dreijer]
> Python 2.3a1 (#38, Dec 31 2002, 17:53:59) [MSC v.1200 32 bit
> (Intel)] on win32
           ^^^^^^^^
> Type "copyright", "credits" or "license" for more information.
> IDLE 0.8 -- press F1 for help
> >>> import logging
> Traceback (most recent call last):
>   File "<pyshell#0>", line 1, in ?
>     import logging
> ImportError: No module named logging
> >>>
>
> Eh? Is there something I'm missing?
> Or is the actual code a bit behind wrt the documentation?

The Windows installer wasn't updated to include this new package.  It's been
fixed (for 2.3a2).






More information about the Python-list mailing list