[Python-bugs-list] [ python-Bugs-417472 ] Unneccessary warning message

noreply@sourceforge.net noreply@sourceforge.net
Fri, 11 May 2001 09:45:37 -0700


Bugs item #417472, was updated on 2001-04-19 15:26
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417472&group_id=5470

>Category: Distutils
Group: Not a Bug
Status: Open
Resolution: None
>Priority: 2
Submitted By: Viktor Ferenczi (complex)
>Assigned to: Greg Ward (gward)
Summary: Unneccessary warning message

Initial Comment:
Unneccessary warning message near to the end of Python
2.1 compilation:

warning: install: modules installed to
'/usr/local/lib/python2.1/lib-dynload/',
which is not in Python's module search path (sys.path)
-- you'll have to change
the search path yourself

The search path contains the
/usr/local/lib/python2.1/lib-dynload directory,
so this warning message is not required.

System: RedHat Linux 7.0 (Kernel 2.2.17, gcc 2.96)

- Complex -

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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-05-11 09:45

Message:
Logged In: YES 
user_id=3066

This appears to be a distutils-generated message, so I'm
assigning this to the distutils guru.

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

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