Skip to content

Commit

Permalink
Add silx to the binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Aug 30, 2017
1 parent 3a9ec59 commit c8d4179
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions py2app_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
print("Using PyQt5")
PACKAGES.append("PyQt5")

try:
import silx
PACKAGES.append("silx")
except ImportError:
print("silx not present")

try:
import mdp
PACKAGES.append('mdp')
Expand Down

0 comments on commit c8d4179

Please sign in to comment.