[Python-bugs-list] [ python-Bugs-764975 ] Installing 2.3b2 on to non-system disk fails

SourceForge.net noreply@sourceforge.net
Wed, 23 Jul 2003 03:55:57 -0700


Bugs item #764975, was opened at 2003-07-03 00:45
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=764975&group_id=5470

Category: Macintosh
Group: Python 2.3
Status: Open
Resolution: None
>Priority: 3
Submitted By: Rob Managan (managan)
Assigned to: Jack Jansen (jackjansen)
Summary: Installing 2.3b2 on to non-system disk fails

Initial Comment:
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.

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

>Comment By: Jack Jansen (jackjansen)
Date: 2003-07-23 12:55

Message:
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.

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

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