[Python-bugs-list] [ python-Bugs-232619 ] 2.1a2 misleading comment from "make install" (minor nit)
nobody
nobody@sourceforge.net
Wed, 28 Feb 2001 11:30:18 -0800
Bugs #232619, was updated on 2001-02-15 14:32
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=232619&group_id=5470
Category: Installation
Group: None
Status: Open
Priority: 5
Submitted By: Mark Favas
Assigned to: A.M. Kuchling
Summary: 2.1a2 misleading comment from "make install" (minor nit)
Initial Comment:
Towards the end of the output from "make install" (using current - Feb 16 - CVS) appears the following:
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
This is misleading, as /usr/local/lib/python2.1/lib-dynload is indeed in the newly installed python's sys.path - just not in the sys.path of the just-built-but-not-installed python.
----------------------------------------------------------------------
Comment By: Fred L. Drake, Jr.
Date: 2001-02-28 11:30
Message:
Logged In: YES
user_id=3066
Andrew, this looks related to the move to distutils for building the standard library extension modules. Can you handle it please?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=232619&group_id=5470