Jump to content

Houdini DSO - error under Ubuntu 9.04


stass3d

Recommended Posts

Hello colleagues,

to open scene and render it in python shell

My script looks like this:

import hou

filename = 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!

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...