I want to create a WinForms IronPython app.
I have installed IronPython, but the toolbox is empty.
How to I add Python controls to it?
I want to create a WinForms IronPython app.
I have installed IronPython, but the toolbox is empty.
How to I add Python controls to it?
The toolbox is only available if you create an IronPython WPF Application. Unfortunately there is no designer support for a IronPython Windows Form Applications. The Windows Form has to be completely written in Python.
Source: https://github.com/Microsoft/PTVS/wiki/Projects#project-types. (Read the "IronPython Windows Forms Application" section)