Set the warn_dir option to 0 before running the install command.
authorThomas Heller <theller@ctypes.org>
Tue, 9 Apr 2002 14:14:38 +0000 (14:14 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 9 Apr 2002 14:14:38 +0000 (14:14 +0000)
commitfd0e82a38507614a349571604c3050b6642e71e3
tree020eb561bbb93c4c57ed8783f4ebca53608288e2
parent1630520e5ce10aaf5769712d39d93bbeedb5b934
Set the warn_dir option to 0 before running the install command.
This suppresses bogus warnings about modules installed into a directory
not in sys.path.

Bugfix candidate.
Lib/distutils/command/bdist_dumb.py
Lib/distutils/command/bdist_wininst.py