Hello
I just downloaded the Apprentice installer for OSX and have tried to run it for a few times. Quickly after entering my password the installer starts but gives this error:
“Install Failed
The following install step failed: run postupgrade
script for foldericon. Contact the software
manufacturer for assistance.”
The machine is a Macbook Pro 2.2 Core 2 Duo with 4GB of ram running OSX 10.5.6 and 1.74 GB of available diskspace.
Does anyone know what's causing this?
thanks
gr
dr.
OSX installation fails:
7045 7 1-
- drHou
- Member
- 1 posts
- Joined: May 2009
- Offline
-
- MikeTaylor
- Member
- 154 posts
- Joined: June 2007
- Offline
I'd love to see the log from Installer.app.
Try installing Houdini again following these steps:
1. double click on the Houdini installer to start the installer
2. from the Window menu select “Installer Log”
3. select “Show All Logs” from the pop-up at the top left of the log window
4. when the install fails, click in the log window and then select the File->Save menu item to save out the log
5. attach the log here
Sorry for the trouble. Hopefully we can sort this out.
Try installing Houdini again following these steps:
1. double click on the Houdini installer to start the installer
2. from the Window menu select “Installer Log”
3. select “Show All Logs” from the pop-up at the top left of the log window
4. when the install fails, click in the log window and then select the File->Save menu item to save out the log
5. attach the log here
Sorry for the trouble. Hopefully we can sort this out.
-
- StefanA
- Member
- 56 posts
- Joined: Oct. 2019
- Offline
I get this problem also, with Houdini 10.0.249.5
from the log
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: Traceback (most recent call last):
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: File “/private/tmp/scripts.69Bf/./postinstall”, line 3, in <module>
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: from AppKit import *
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: File “/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/AppKit/__init__.py”, line 8, in <module>
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: File “/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObjC/objc/__init__.py”, line 21, in <module>
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: from _bridgesupport import *
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: File “/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObjC/objc/_bridgesupport.py”, line 29, in <module>
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: import elementtree.ElementTree as ET
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: ImportError: No module named elementtree.ElementTree
May 14 17:38:56 c-a69572d5 Installer: Install failed: The following install step failed: run postupgrade script for foldericon. Contact the software manufacturer for assistance.
May 14 17:38:57 c-a69572d5 Installer: Displaying ‘Install Failed’ UI.
May 14 17:38:57 c-a69572d5 Installer: ‘Install Failed’ UI displayed message:'The following install step failed: run postupgrade script for foldericon. Contact the software manufacturer for assistance.'.
from the log
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: Traceback (most recent call last):
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: File “/private/tmp/scripts.69Bf/./postinstall”, line 3, in <module>
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: from AppKit import *
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: File “/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/AppKit/__init__.py”, line 8, in <module>
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: File “/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObjC/objc/__init__.py”, line 21, in <module>
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: from _bridgesupport import *
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: File “/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObjC/objc/_bridgesupport.py”, line 29, in <module>
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: import elementtree.ElementTree as ET
May 14 17:38:56 c-a69572d5 /private/tmp/scripts.69Bf/./postinstall: ImportError: No module named elementtree.ElementTree
May 14 17:38:56 c-a69572d5 Installer: Install failed: The following install step failed: run postupgrade script for foldericon. Contact the software manufacturer for assistance.
May 14 17:38:57 c-a69572d5 Installer: Displaying ‘Install Failed’ UI.
May 14 17:38:57 c-a69572d5 Installer: ‘Install Failed’ UI displayed message:'The following install step failed: run postupgrade script for foldericon. Contact the software manufacturer for assistance.'.
-
- MikeTaylor
- Member
- 154 posts
- Joined: June 2007
- Offline
Do you have another version of Python installed? For example ActivePython? Or, via Darwin Ports or Fink?
Basically, a bit of Python that comes with OS X is failing to find another bit of Python that comes with OS X.
Installing a new version of Python can cause havoc with Houdini because Houdini is a 64-bit application, and very few other Python distributions are compiled 64-bit Universal.
I installed 10.0.280 today, with no problems, so as far as I know the installer is working correctly.
Basically, a bit of Python that comes with OS X is failing to find another bit of Python that comes with OS X.
Installing a new version of Python can cause havoc with Houdini because Houdini is a 64-bit application, and very few other Python distributions are compiled 64-bit Universal.
I installed 10.0.280 today, with no problems, so as far as I know the installer is working correctly.
-
- StefanA
- Member
- 56 posts
- Joined: Oct. 2019
- Offline
-
- MikeTaylor
- Member
- 154 posts
- Joined: June 2007
- Offline
thanks for the answer, I'm gonna see if it's even possible to remove darwin ports and install a 64bit python. If not, I'll just boot into fedora and use Houdini there
OS X comes with 64-bit Python libraries, which Houdini uses, even though /usr/bin/python is 32-bit only. So, if you just want Python, use /usr/bin/python which is standard on all Macs, and you'll be fine.
Removing Darwin Ports is easy:
rm -rf /opt/local
It is possible to hack DarwinPorts to build 64-bit, but it's not worth the trouble unless you have a particular need for the DarwinPorts version of Python.
I hope that helps!
-
- StefanA
- Member
- 56 posts
- Joined: Oct. 2019
- Offline
-
- StefanA
- Member
- 56 posts
- Joined: Oct. 2019
- Offline
-
- Quick Links



