
Hi, I get this error message, while trying to install the houdini submitter.
I´ve no idea whats wrong here.
Please help.
Thanks

Hi, I get this error message, while trying to install the houdini submitter.
I´ve no idea whats wrong here.
Please help.
Thanks
Hello,
there is another thread about this here, not sure which version you’re using?
looks like the ‘solution’ is to run through the manual installation…
Hello and thanks for your time.
But I´m a near zero “windows and env-variable specialist” and I don´t get it running by manual inst.


Please help me to get it working
I got it running.
At least with the sumitter.exe
Perhaps I missed to check the phyton 3 to install.
Don´t know, but now it runs…
%home%, %appdata%, %HOUDINI_PACKAGE_DIR% are environment variables. You can see/set them in the Advanced tab in System properties. In powershell they are accessed like $env:appdata, and in linux - $appdata.
The json file in packages modifies some variables when Houdini starts up, so as not to mess your global environment. This is preferable to using houdini.env, which does sort of the same but more difficult to maintain.
Your home directory normally is only accessible to you, and not to all users, which causes the next step. I guess this wouldn’t hurt in your case, though.
Program Files contains the programs themselves. ProgramData contains working files and configuration.
If you are not admin on your system, keep everything in %home%\Documents\houdini18.5\python2.7libs. For python 3 (newer Houdini builds) you use %home%\Documents\houdini18.5\python3.7libs.
Do not worry too much, all these changes you do are reversible.