MartinAufinger

MartinAufinger

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

hou.hipFile.load - segfault Dec. 16, 2013, 3:43 p.m.

thanks edward

i believe i was running 2.6 as I thought it should be the same as the houdini python version (H12.5)

I need to double check when I have access to the system tomorrow again.

I can successfully import hou and carry on doing operations such as creating geometry or saving a file but the crash happens immediately when i try to load a hip file (hou.hipFile.load())

glad to hear it should be working though

thanks for your help
martin

hou.hipFile.load - segfault Dec. 15, 2013, 4:17 p.m.

Hi.

I am trying to load a hip file in a python session and get an immediate segfault hou.hipFile.load().

Is this meant to work in a default python session? It works with hython.
Importing hou was also successful and hou.hipFile.save() works.

Any thoughts?


SL 6

tried on

H12.5.469
H13.0.237

Problem to load hou module in the standart OSX Python Dec. 14, 2013, 8:12 p.m.

mhh. That would be a shame.

I am getting

/Library/Frameworks/Houdini.framework/Versions/12.5.427/Resources
Traceback (most recent call last):
File “enableHouModule.py”, line 31, in <module>
enableHouModule()
File “enableHouModule.py”, line 17, in enableHouModule
import DLFCN
ImportError: No module named DLFCN

if I use this script http://www.sidefx.com/docs/houdini12.5/hom/commandline#id489068 [sidefx.com] or the following if I just try to import hou


import hou
File “/Library/Frameworks/Houdini.framework/Versions/12.5.427/Resources/houdini/python2.6libs/hou.py”, line 18, in <module>
import _hou
ImportError: dlopen(/Library/Frameworks/Houdini.framework/Versions/12.5.427/Resources/houdini/python2.6libs/_hou.so, 2): Library not loaded: @rpath/libHoudiniAPPS2.dylib
Referenced from: /Library/Frameworks/Houdini.framework/Versions/12.5.427/Houdini
Reason: no suitable image found. Did find:
/Library/Frameworks/Houdini.framework/Versions/12.5.427/Libraries/libHoudiniAPPS2.dylib: GC capability mismatch
/Library/Frameworks/Houdini.framework/Versions/12.5.427/Resources/houdini/python2.6libs/../../../Libraries/libHoudiniAPPS2.dylib: GC capability mismatch