Python and Houdini

Hello,

I’m trying to connect to Unity with Python from Houdini using REPL.

I have copied every files from “com.unity.scripting.python@2.0.1-preview.2\Python\site-packages” to my “houdini18.0\python2.7libs” to have access to them in Houdini.

Now when I’m trying to connect, I have an error rpyc doesn’t have a unix_connect.

You can see that it correctly find “unity_client” though

If someone has any idea ?

Thanks

Anyone ?