[Distutils] How suppress warning message? (about nonstandard install path)

seberino at spawar.navy.mil seberino at spawar.navy.mil
Thu Oct 23 11:45:39 EDT 2003


That worked.  Thanks.  Clean and simple solution!

CS
On Wed, Oct 22, 2003 at 09:25:54AM +0200, Thomas Heller wrote:
> seberino at spawar.navy.mil writes:
>
> > I reset prefix to something else and happily installed
> > everything fine.  There is a warning message at end of
> > installation about path not being in sys.path.
> >
> > Can I remove this warning somehow??
>
> Insert your installation path into sys.path before running install,
> and remove it again after the install is finished.
> bdist_wininst.py does this, near line 128.
>
> Thomas
>

--
_______________________________________

Christian Seberino, Ph.D.
SPAWAR Systems Center San Diego
Code 2872
49258 Mills Street, Room 158
San Diego, CA 92152-5385
U.S.A.

Phone: (619) 553-9973
Fax  : (619) 553-6521
Email: seberino at spawar.navy.mil
_______________________________________



More information about the Distutils-SIG mailing list