No module named 'Rhino.RhinoDoc' in python 3

Hi Danny,

This looks like a problem with the python 3 editor implementation.

As a workaround you can use the syntax

from Rhino import RhinoDoc

HTH
Jeremy

1 Like