Python to GH example does not work
Closed this issue · 1 comments
pilcru commented
(From Food4Rhino)
Rhino starts up, but shows an error message that it cannot run the python script.
pilcru commented
Some space escaping issue in Rhino's /runscript
option prevents passing command-line arguments (such as the port) to Python scripts launched from Rhino. This can be fixed by using rs.GetInteger
for example, to get the port from a new Rhino input.