Hi, I got the following error message when trying to start Houdini from its shell terminal. Can you kindly advise if it's a bug? Thanks!
(using Houdini 11.0.832 in Mac OSX 10.7 Lion on Macbook Pro)
Last login: Sun Aug 14 03:00:18 on ttys000
Ji-ZHANGs-MacBook-Pro:~ hopez$ cd /Library/Frameworks/Houdini.framework/Versions/11.0.832/Resources;source houdini_setup
The Houdini 11.0.832 environment has been initialized.
Ji-ZHANGs-MacBook-Pro:Resources hopez$ houdini
Ji-ZHANGs-MacBook-Pro:Resources hopez$ “/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/math.so: no appropriate 64-bit architecture (see \”man python\“ for running in 32-bit mode)”
“Traceback (most recent call last):
File \”<stdin>\“, line 2, in <module>
ImportError: /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/math.so: no appropriate 64-bit architecture (see \”man python\“ for running in 32-bit mode)
”
Traceback (most recent call last):
File “<string>”, line 3, in <module>
File “/Library/Frameworks/Houdini.framework/Versions/11.0.832/Resources/houdini/python2.6libs/hou.py”, line 32789, in <module>
Vector2.almostEqual = __deprecated(Vector2.almostEqual)
File “/Library/Frameworks/Houdini.framework/Versions/11.0.832/Resources/houdini/python2.6libs/hou.py”, line 32780, in __deprecated
import warnings, functools
File “/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/functools.py”, line 10, in <module>
from _functools import partial, reduce
ImportError: /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_functools.so: no appropriate 64-bit architecture (see “man python” for running in 32-bit mode)
PyClerk: Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
File “/Library/Frameworks/Houdini.framework/Versions/11.0.832/Resources/houdini/python2.6libs/shopclerks/i3dclerk.py”, line 5, in <module>
import hou
File “/Library/Frameworks/Houdini.framework/Versions/11.0.832/Resources/houdini/python2.6libs/hou.py”, line 32789, in <module>
Vector2.almostEqual = __deprecated(Vector2.almostEqual)
File “/Library/Frameworks/Houdini.framework/Versions/11.0.832/Resources/houdini/python2.6libs/hou.py”, line 32780, in __deprecated
import warnings, functools
File “/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/functools.py”, line 10, in <module>
from _functools import partial, reduce
ImportError: /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_functools.so: no appropriate 64-bit architecture (see “man python” for running in 32-bit mode)
……