0 Members and 3 Guests are viewing this topic.
That sounds too complicated.Try thishttp://www.digitalfossils.com/Download/NVil-Sep-27-16.rarInstead of sending window message, you can send a text file "NVil Message_In.txt" with this content "Execute External Instruction File" to "%APPDATA%\DigitalFossils\NVil". Make sure 3DC Applink is enabled.
Okay, the file not found error is gone, but now NVil treats Hython.exe and the .py script, which I want to pass as an argument to, as two separate executables. It launches both as separate applications. First Houdini's Python interpreter (Hython) shows up, and then Windows asks me which program should be used to launch my .py file.
Quote from: rubberDuck on December 20, 2017, 01:36:22 amOkay, the file not found error is gone, but now NVil treats Hython.exe and the .py script, which I want to pass as an argument to, as two separate executables. It launches both as separate applications. First Houdini's Python interpreter (Hython) shows up, and then Windows asks me which program should be used to launch my .py file.Try any of these"C:\Program Files\Side Effects Software\Houdini 16.5\bin\hython.exe"; "c:\users\myprofile\documents\houdini16.5\python27libs\myscript.py"(...)