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: Installing 2.3b2 on to non-system disk fails
Type: Stage:
Components: macOS Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, managan, ronaldoussoren
Priority: low Keywords:

Created on 2003-07-02 22:45 by managan, last changed 2022-04-10 16:09 by admin. This issue is now closed.

Messages (3)
msg16828 - (view) Author: Rob Managan (managan) Date: 2003-07-02 22:45
When installing 2.3b2 I was allowed to choose a non-system 
disk. It did create an Applications folder and installed into it. 
Parts of the framework were installed correctly (based 
onmod dates) but it did not work properly.

After installing on the system disk the IDE worked fine but 
the package manager did not except from within the IDE. I 
suspect double clicking on the Package Manager was trying 
to use an older version of python, possibly Apple's.
msg16829 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-07-23 10:55
Logged In: YES 
user_id=45365

For some reason setting rootDiskOnly causes strange error 
messages to appear in the installer, and you have to switch disks 
back and forth to make installation possible. And people with only 
one disk don't even have this option.

The problem is probably that the packages created by our 
buildpkg.py module aren't fully adhering to the (unwritten) 
standard. For now the workaround is to allow non-system-disk 
installs, but warn people in the welcome message that this doesn't 
work. For the future we should either fix buildpkg or replace it 
with a module that uses OSA to talk to the Apple Package Maker 
tool.
msg16830 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-08-01 21:13
Logged In: YES 
user_id=580910

The Python2.5 installer won't allow installation to non-system disks and that 
seems to work fine. The same is true of the universal installer for 2.4.3.

Installing on other disks won't work because the framework and the python and 
pythonw executables contain hardcoded paths.
History
Date User Action Args
2022-04-10 16:09:40adminsetgithub: 38778
2003-07-02 22:45:15managancreate