Grasshopper Script Editor broken

What’s up with the script editor?

  1. Error running script S
    Exception: Traceback (most recent call last):
    File “”, line 38, in
    File “C:\Users\martinsiegrist.rhinocode\python3.9-31\site-rhinopython\scriptcontext.py”, line 2, in
    import rhinocompat as compat
    File “C:\Users\martinsiegrist.rhinocode\python3.9-31\site-rhinopython\rhinocompat.py”, line 36, in
    from RhinoCodePlatform.Rhino3D.Languages import McNeelPythonHost as __host
    ModuleNotFoundError: No module named ‘RhinoCodePlatform’

This might be related…

After restarting my PC I did not see the error anymore and at least the Python scripts work fine.

However C# scripts currently fail completely and don’t ddo anything. No error shown. Using the old editor from Rhino 7 copy pasted works fine.

zoom_to_part_c#.gh (20.5 KB)

@martinsiegrist This should be fixed in the WIP right now. The C# component in this example does not throw any errors for me in latestd build. Let me know how you are seeing it fail.

Thanks.

I’m on holiday and back home in a week.