[Python-bugs-list] [ python-Bugs-663234 ] Missing logging package on windows

SourceForge.net noreply@sourceforge.net
Mon, 06 Jan 2003 09:46:04 -0800


Bugs item #663234, was opened at 2003-01-06 09:46
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=663234&group_id=5470

Category: Windows
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian Dorsey (briandorsey)
Assigned to: Tim Peters (tim_one)
Summary: Missing logging package on windows

Initial Comment:
The logging package appears to be missing from the 
windows installer in Python 2.3a1. 

C:\>python
Python 2.3a1 (#38, Dec 31 2002, 17:53:59) [MSC 
v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more 
information.
>>> import logging
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named logging


Searching the install.log file, I see only two references 
to 'logging': 
File Copy: C:\Python23\Doc\lib\logging-example.html | 
12-31-2002 | 14:40:04 | | 6096 | 116c2867
File Copy: C:\Python23\Doc\lib\module-logging.html | 12-
31-2002 | 14:40:04 | | 5679 | 56c54f8e

I tried the install on two computers with the same effect, 
one had python2.2 already installed (win2kserver) and 
one didn't have any version of python (win2kpro). 

As a workaround, I was able to grab the logging 
directory from CVS and import and use the package in a 
simple program. 

Take care,
-Brian

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=663234&group_id=5470