How to access the exported dictionary in ghPython?

You are not going to see any list…but a simple IronPython dictionary going our of your component output. GH understand data inside lists, the problem that I got providing a simple dictionary, is that you will have as output a list with all the keys you have in the dictionary instead of the typical Ironpython dictionary…but I don’t know if there is another fancy turn around this problem.

I’m working right know in a project using dictionaries all around and I’m binding them to the output variable as a dictionary inside a list; and I don’t need to mess with that list in the destination component, I get just my dictionary Try it and let me know :wink:

Here you have a post in which I’m asking almost for the same question that you are asking about: