Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unneccessary warning message #34376

Closed
complex mannequin opened this issue Apr 19, 2001 · 5 comments
Closed

Unneccessary warning message #34376

complex mannequin opened this issue Apr 19, 2001 · 5 comments
Labels
stdlib Python modules in the Lib dir

Comments

@complex
Copy link
Mannequin

complex mannequin commented Apr 19, 2001

BPO 417472
Nosy @freddrake, @akuchling, @kbkaiser

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2001-08-13.14:30:30.000>
created_at = <Date 2001-04-19.22:26:54.000>
labels = ['library']
title = 'Unneccessary warning message'
updated_at = <Date 2001-08-13.14:30:30.000>
user = 'https://bugs.python.org/complex'

bugs.python.org fields:

activity = <Date 2001-08-13.14:30:30.000>
actor = 'akuchling'
assignee = 'gward'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-04-19.22:26:54.000>
creator = 'complex'
dependencies = []
files = []
hgrepos = []
issue_num = 417472
keywords = []
message_count = 5.0
messages = ['4379', '4380', '4381', '4382', '4383']
nosy_count = 5.0
nosy_names = ['fdrake', 'akuchling', 'gward', 'kbk', 'complex']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue417472'
versions = []

@complex
Copy link
Mannequin Author

complex mannequin commented Apr 19, 2001

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 -

@complex complex mannequin closed this as completed Apr 19, 2001
@complex complex mannequin assigned gward Apr 19, 2001
@complex complex mannequin added the stdlib Python modules in the Lib dir label Apr 19, 2001
@freddrake
Copy link
Member

Logged In: YES
user_id=3066

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

@kbkaiser
Copy link
Contributor

Logged In: YES
user_id=149084

Duplicate of Bug 232619....

@kbkaiser
Copy link
Contributor

Logged In: YES
user_id=149084

Patch 423830 Submitted

@akuchling
Copy link
Member

Logged In: YES
user_id=11375

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

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

3 participants