Python Script always runs in original window

hi,

i noticed that when running python scripts to draw something in Rhino, the output of the script always appears in the original window (the one that was opened when Rhino started), even when this window is already closed :slight_smile:

to reproduce:

  1. open rhino
  2. run script to draw a mesh
  3. open a new window
  4. run script again

the mesh will always be drawn in the first window…

any thoughts on how to resolve this?

thanks,
tom