[announcement] Integrated Python support dropped in nightlies
25 views
Skip to first unread message
Mark Roszko
unread,
Mar 22, 2026, 6:17:23 PM (13 days ago) Mar 22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev...@kicad.org
KiCad Nightlies and the future 11.0 release no longer include the SWIG based python API. This means no depends on python or wxpython for Linux and the removed inclusion of custom built and bundled python on Windows and macOS.
Windows users will see a new installer page soon that asks if they want to download and install an upstream python build.
The IPC API is the only way forwards as of today 3/22/2026. Any missing API should be posted as a request in the issue tracker. Plotting support was recently added to the IPC API which should address the last main use case.