Python Console Linking

Anybody have an idea for how GH for mac users could stream or forward commands to an external python console that has the option for use of libraries?
Maybe through some sort of handshake through text files like people have done with processing?
Thanks,
Tristan

I guess this is pretty much what Python Remote does, but it would be interesting to come up with your very own, custom workflow.

Hello.

The subprocess module would be another option for this, provided you don’t need to pass Rhino objects across the divide

1 Like