We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb544b commit 4fc4c3bCopy full SHA for 4fc4c3b
1 file changed
.github/workflows/build-exe.yml
@@ -33,9 +33,10 @@ jobs:
33
nuitka-version: '2.6'
34
msvc: 'latest'
35
36
- # Nuitka 2.6+ auto-detects numpy, pandas, and qt.
37
- # We only need tk-inter as a hint for the standard library.
38
- enable-plugins: "tk-inter"
+ # --- PLUGIN CONFIGURATION ---
+ # Explicitly enable plugins for Tkinter and Matplotlib.
+ # This ensures Nuitka correctly bundles the GUI backend for plots.
39
+ enable-plugins: "tk-inter,matplotlib"
40
41
script-name: PICA_Launcher_V5p1.py
42
0 commit comments