stass3d Posted October 29, 2010 Share Posted October 29, 2010 Hello colleagues, to open scene and render it in python shell My script looks like this: import houfilename = project+'/template.hip' npath = '/obj/infographic_system/' hou.hipFile.load(filename) obj = hou.node("/obj") titlesrender = hou.node(npath+'TITLES_RENDER') titlesrender.render() and i become the next error: Houdini DSO - error on '/opt/hfs10.0.295/houdini/dso/audio/CL_AudiereClipReader.so'libaudiere-1.9.4.so: cannot open shared object file: No such file or directory Segmentation fault What is the workaround? Thanks for the answer! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.