No module named Drawing when using Eto.Forms

Hi the community,

I am using VScode for rhino python and trying to make the Eto sample file work.
I already installed Eto-stubs and check the python interpreter in Vscode, but still get the error ‘No module named Drawing’. I double checked importing grasshopper, Rhino, which were all working.

It seems that Eto can be imported and the autocomplete is also working

I don’t know if I need to add a reference, but attempting to do
clr.AddReferenceByName(“Eto”)
clr.AddReference(“Eto”)
clr.AddReferenceToFileAndPath(…)

did not change anything.

Many thanks in advance for your help!
Shin

Just a follow up. I tried to replace every init.pyi with init.py and it worked!