Max_Steven Posted December 8, 2020 Share Posted December 8, 2020 (edited) Hello I have found some of the old topic which explain setup sublime text with houdini. But I still have no success. Can anyone here shows me a proper way to setup it? I installed jedi but maybe the way i setup is wrong? I followed a chinese topic here https://www.cnblogs.com/simonxia/p/4198114.html the old Houdini version setup is: " python_interpreter " : " Your Houdini installation path/Side Effects Software/Houdini/bin/hython.exe " , // additional python package path list " python_package_paths " : [ " Your Houdini installation path/Side Effects Software/Houdini/python27/libs " , " Your Houdini installation path/Side Effects Software/Houdini/houdini/python2.7libs " , " Your Houdini installation path/Side Effects Software/Houdini/python27/lib/site-packages " ], So I changed to this: { "python_interpreter" : "C:/Program Files/Side Effects Software/Houdini 18.5.351/bin/hython.exe", // additional python package path list "python_package_paths" : ["C:/Program Files/Side Effects Software/Houdini 18.5.351/python27/libs", "C:/Program Files/Side Effects Software/Houdini 18.5.351/python27/libs/python27.lib", "C:/Program Files/Side Effects Software/Houdini 18.5.351/python27/lib/site-packages" ], } Anyone can show me the direction? thanks Edited December 8, 2020 by Max_Steven Quote Link to comment Share on other sites More sharing options...
Librarian Posted December 8, 2020 Share Posted December 8, 2020 Recommended To Search on Git-hub ..You gonna Find Solution Trust ME https://github.com/teared/VEX google Search Quote Link to comment Share on other sites More sharing options...
Max_Steven Posted December 8, 2020 Author Share Posted December 8, 2020 I tried this one and what i tried to do is like sending code from sublime to Houdini to execute. This one is like open code from Houdini to Sublime for edit. Quote Link to comment Share on other sites More sharing options...
Librarian Posted December 8, 2020 Share Posted December 8, 2020 OK Have you Try In Daily Builds - Python 3 Quote Link to comment Share on other sites More sharing options...
Max_Steven Posted December 8, 2020 Author Share Posted December 8, 2020 I havent. I thought Python 3 just implemented into Houdini 18 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.