Rhino 8 Bug: GHPython GH_Component SDK Mode Broken

Hi McNeel,

I’ve got an issue which is similar to this one, concerning GHPython. Here is the line I use to import it.

import ghpythonlib.components as ghcomp

Which worked well using Rhino 8.3. After an update to Rhino 8.8, this line gives me “Message: Could not add reference to assembly GhPython”. I’ve looked at the init_ file you mentioned: mine is identical. It fails at line “clr.AddReference(“GhPython”)” of the except part. Do you have a suggestion for this?

Thank you!

Alexandre