This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Unneccessary warning message
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gward Nosy List: akuchling, complex, fdrake, gward, kbk
Priority: low Keywords:

Created on 2001-04-19 22:26 by complex, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (5)
msg4379 - (view) Author: Viktor Ferenczi (complex) Date: 2001-04-19 22:26
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 -
msg4380 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2001-05-11 16:45
Logged In: YES 
user_id=3066

This appears to be a distutils-generated message, so I'm
assigning this to the distutils guru.
msg4381 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2001-05-11 23:15
Logged In: YES 
user_id=149084

Duplicate of Bug 232619....
msg4382 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2001-05-14 01:51
Logged In: YES 
user_id=149084

Patch 423830 Submitted
msg4383 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2001-08-13 14:30
Logged In: YES 
user_id=11375

This is fixed in revision 1.39 of setup.py, which got into 
Python 2.2a1.


History
Date User Action Args
2022-04-10 16:03:59adminsetgithub: 34376
2001-04-19 22:26:54complexcreate