[Python-bugs-list] [ python-Bugs-410274 ] sys.prefix isn't always set

noreply@sourceforge.net noreply@sourceforge.net
Wed, 21 Mar 2001 10:07:56 -0800


Bugs item #410274, was updated on 2001-03-21 01:58
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=410274&group_id=5470

Category: Python Interpreter Core
Group: Platform-specific
Status: Open
Priority: 5
Submitted By: Fredrik Lundh (effbot)
>Assigned to: Mark Hammond (mhammond)
Summary: sys.prefix isn't always set

Initial Comment:
(2.0 and earlier, Windows only)

it looks like sys.prefix isn't set unless

1) PYTHONHOME is set (either via an environment 
variable, or via a call to Py_SetPythonHome), or

2) lib/os.py (or lib/string.py, in 1.5.2) can be found 
somewhere between the directory your executable is 
found in, and the root.

if neither is set, the path is taken from the 
registry, but sys.prefix is left blank, and code 
depending on sys.prefix (e.g. FixTk.py) no longer 
works.

</F>


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

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