logging module missing in 2.3a1

Chad Netzer cnetzer at mail.arc.nasa.gov
Wed Jan 22 20:05:43 EST 2003


On Wednesday 22 January 2003 16:02, Janto Dreijer wrote:
> Python 2.3a1 (#38, Dec 31 2002, 17:53:59) [MSC v.1200 32 bit (Intel)]

> >>> import logging

> ImportError: No module named logging

Do you mean:

import warnings

?

-- 
Bay Area Python Interest Group - http://www.baypiggies.net/

Chad Netzer






More information about the Python-list mailing list