This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: plat-mac not on sys.path
Type: Stage:
Components: macOS Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, jvr
Priority: high Keywords:

Created on 2003-01-03 10:01 by jvr, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Messages (2)
msg13855 - (view) Author: Just van Rossum (jvr) * (Python triager) Date: 2003-01-03 10:01
The new plat-mac subdirectory of Lib should be on
sys.path by default. It's currently only added for
framework builds by means of a *.pth file, but it
should be available on any OSX build, even with python
-S, so some Makefile/Setup editing is neccesary.

I tried to do it myself but I can't; Setup/Makefile
editing is a field I definitely do not master. Jack
offered to do it, but if anyone else can help us out
here before he gets round to it (he's currently caught
up with MacPython 2.3a1 for MacOS9), that would be even
better.
msg13856 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-03-17 15:58
Logged In: YES 
user_id=45365

Fixed in CVS.
History
Date User Action Args
2022-04-10 16:06:06adminsetgithub: 37701
2003-01-03 10:01:53jvrcreate