
I'm running into a strange error with Houdini and digital assets. I'm trying to open a scene containing a digital asset and when I load it manually with cmd.exe (houdini.exe scene.hip) everything works perfectly.
However I'm trying to open it inside a python script so I'm using the os module to do the same thing (os.system("houdini.exe scene.hip)). But when the scene opens it says that my HDA has incomplete asset definition.
If I right click and check type properties it says my hda is embedded.
Do you have any idea why this work by loading the scene manually either by loading it in houdini or opening it with a command prompt but not with my script ?
Thanks for your help!

