Skip to content

Commit c8d4179

Browse files
committed
Add silx to the binary.
1 parent 3a9ec59 commit c8d4179

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

py2app_setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
print("Using PyQt5")
7676
PACKAGES.append("PyQt5")
7777

78+
try:
79+
import silx
80+
PACKAGES.append("silx")
81+
except ImportError:
82+
print("silx not present")
83+
7884
try:
7985
import mdp
8086
PACKAGES.append('mdp')

0 commit comments

Comments
 (0)