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.

Author complex
Recipients
Date 2001-04-19.22:26:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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 -
History
Date User Action Args
2007-08-23 13:53:58adminlinkissue417472 messages
2007-08-23 13:53:58admincreate