I have installed it in the package manager, but when I import it, it shows no eto module and gives an error
ETo is not the Eto.Forms you are looking for.
If you want to use Eto.Forms from regular Python outside Rhino you have to use pythonnet
and then add references to the Eto.Forms assemblies to be able to import them.
1 Like
Can I use rhino’s python interpreter to write in other ides? But I didn’t find python.exe under the file directory of rhino.
I found that there are few tutorials in the pythonnet library, and I can’t seem to find a suitable learning path.