Evaluating PythonRhinoScript with Rhino. print is not displaying anything in the output window. Any guidance appreciated.
What are you calling the “output window”?
If you run
import rhinoscriptsyntax as rs
print "Hello World"
does it print to the command line?