[Patches] [ python-Patches-423830 ] Spurious Install Warning

noreply@sourceforge.net noreply@sourceforge.net
Mon, 21 May 2001 13:32:01 -0700


Patches item #423830, was updated on 2001-05-13 18:48
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=423830&group_id=5470

Category: Build
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Kurt B. Kaiser (kbk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Spurious Install Warning

Initial Comment:
During installation setup.py install is generating a
warning that the lib-dynload directory is not in
sys.path. While that is true for the instance of Python
doing the installation, the installed Python will have
the correct path. Suppress the warning during
installation.

Ref: Bug 232619, Bug 417472

----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2001-05-21 13:32

Message:
Logged In: YES 
user_id=11375

This has been fixed in a different way.  I don't want to 
add more magical behaviour to the install command by 
making it initialize differently depending on whether 
we're building Python or not. 

Instead, Python's setup.py has been changed to suppress the
message.

Thanks anyway!


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=423830&group_id=5470