-
-
Notifications
You must be signed in to change notification settings - Fork 0
Run Python Script
Lasha Kandelaki edited this page Apr 29, 2026
·
3 revisions
Launch any local
.pyas a subprocess to visually preview its UI — without importing it into the project.

File → Run Python Script… or the toolbar entry. Pick a .py / .pyw file.
Spawns a fresh Python process running that file. The script's window opens alongside the builder. Editor state is untouched.
This does not parse the script or turn it into widgets. For that, see Python Import.
See also — Python Import · Exporting Code