Hi there
So I'm trying to run a python script inside Houdini by using hython.
I am writing pipeline tools using PyQt and I want to run a python script when the user clicks on a button that will create a HDA.
I run into a strange error when trying to use hython. It says “Can't open dophints.cmd”. The thing is that it works when I do it on the command line directly but it doesn't work when I execute it inside my script, either with os.system() or subprocess.Popen().
Does anybody have any idea why this happens?
Thanks a lot !
Thibault.