Rhino Python Editor: No module named Grasshopper

Yes you could manually reference the assembly if it is not already. Something like this:

import clr
clr.AddReferenceToFileAndPath(r"C:\Program Files\Rhino 7\Plug-ins\Grasshopper\Grasshopper.dll")
2 Likes