Differences between revisions 3 and 4
Revision 3 as of 2011-03-26 23:27:25
Size: 1089
Editor: PaulBoddie
Comment: Move under the help hierarchy.
Revision 4 as of 2011-03-26 23:28:16
Size: 1133
Editor: PaulBoddie
Comment: Added categories. Removed linkage.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from PythonFramework-x.x.pkg installation fails. Is there a workaround? = PythonFramework-x.x.pkg installation fails. Is there a workaround? =
Line 3: Line 4:
 1. Right click on PythonFramework-x.x.pkg, then select "Show Package Contents."  1. Right click on !PythonFramework-x.x.pkg, then select "Show Package Contents."
Line 10: Line 11:
Explanation: This is the error message I got: Apparently, PythonFramework was not packaged properly. Looking up the .pax file detail, it looks like it uses cpio format (This archive tool is old and not well documented.), and for some reason the cpio in my machine (PPC 1.5GHz, OSX 10.4.11) cannot read it. The instruction above basically repacks it using the local cpio program, thereby circumventing this problem.
Explanation: This is the error message I got: Apparently, !PythonFramework was not packaged properly. Looking up the .pax file detail, it looks like it uses cpio format (This archive tool is old and not well documented.), and for some reason the cpio in my machine (PPC 1.5GHz, OSX 10.4.11) cannot read it. The instruction above basically repacks it using the local cpio program, thereby circumventing this problem.
----
CategoryAskingForHelp CategoryAskingForHelpAnswered

PythonFramework-x.x.pkg installation fails. Is there a workaround?

  1. Right click on python-x.x.x-macosx.dmg, then select "Show Package Contents."
  2. Right click on PythonFramework-x.x.pkg, then select "Show Package Contents."

  3. Drag Archive.pax.gz out of the folder onto Desktop (this file is not archived correctly).
  4. Grab a terminal emulator, cd to ~/Desktop, then "gunzip Archive.pax.gz"
  5. You now need to repack the archive by "find Archive | cpio -oa > Archive.pax"

  6. Compress the archive by "gzip Archive.pax"
  7. Put the resulting file (Archive.pax.gz) into the same location as in step 2
  8. The package is now fixed.

Explanation: This is the error message I got: Apparently, PythonFramework was not packaged properly. Looking up the .pax file detail, it looks like it uses cpio format (This archive tool is old and not well documented.), and for some reason the cpio in my machine (PPC 1.5GHz, OSX 10.4.11) cannot read it. The instruction above basically repacks it using the local cpio program, thereby circumventing this problem.


CategoryAskingForHelp CategoryAskingForHelpAnswered

Asking for Help/PythonFramework-x.x.pkg installation fails. Is there a workaround? (last edited 2011-03-26 23:28:16 by PaulBoddie)

Unable to edit the page? See the FrontPage for instructions.