Add ghPython inputs dynamically from script?

Hey @ Piac
When I attempt “component mode” from the Python-node in Rhino WIP/Grasshopper 1 I get the following error:

Runtime error (MissingMethodException): Method not found: 'Void Microsoft.Scripting.Utils.ExceptionUtils.RemoveData(system.Exception, System.Object)'.

I havent edited anything in the python node, just opened it, went to component mode and got the message.'
It appears the issue is related to the first line of the default code:

from ghpythonlib.componentbase import executingcomponent as component

And that all(?) or something in there is missing.
I’ve been looking through your guide on the subject, but couldn’t really find anything on this particular issue.
What have I done wrong? What can I do to fix it?

EDIT
Discovered an old Iron Python version on my computer (2.7.3), uninstalled it and now it seems to work as expected! :slight_smile:

Many thanks

Jakob