I installed bpy into hython by doing the following from the shell (Windows > Shell):
hython -m pip install bpy
In the hython shell,
import bpyworks correctly.After restarting Houdini, I added the following code to a Python SOP:
import bpy
I get the following error:
ImportError: DLL load failed while importing bpy: The specified procedure could not be found.Additionally, I tried using dlltracer [github.com] and confirmed that I am seeing different DLLs get loaded in each scenario. I have attached the results to this post. However, I don't know why these differ or how I should fix the discrepancy.
Thank you!
