Skip to content

Commit

Permalink
Merge cecc058 into 1d27e84
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 authored Sep 19, 2024
2 parents 1d27e84 + cecc058 commit 45da148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release_notes/next/dev-2330-PyInstaller-Qt-Bindings
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#2330: The PySide6 module is now excluded when building via PyInstaller due to hook clashes
2 changes: 1 addition & 1 deletion packaging/PackageWithPyInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def add_optional_arguments(run_options):


def add_exclude_modules(run_options):
excludes = ['matplotlib', 'dask', 'pandas']
excludes = ['matplotlib', 'dask', 'pandas', 'PySide6']
for exclude in excludes:
run_options.extend(['--exclude-module', exclude])

Expand Down

0 comments on commit 45da148

Please sign in to comment.