[ python-Bugs-871747 ] sys.exec_prefix does not work

SourceForge.net noreply at sourceforge.net
Tue Jan 6 11:19:38 EST 2004


Bugs item #871747, was opened at 2004-01-06 16:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=871747&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kent Mein (sirdude)
Assigned to: Nobody/Anonymous (nobody)
Summary: sys.exec_prefix does not work

Initial Comment:
I configured 2.2.3 (also tried it with earlyer versions of python
and still broken)
With the following options
--prefix=/soft/python-2.3 --exec-prefix=/soft/python-2.3/debian3

when you do the following python:
import sys
sys.prefix
sys.exec_prefix

both sys.prefix and sys.exec_prefix are set to /soft/python-2.3

Its causing problems when I try to install scons.

Thanks,

Kent Mein

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=871747&group_id=5470



More information about the Python-bugs-list mailing list