Skip to content

Commit efb0a96

Browse files
committed
Another go
1 parent dffacfa commit efb0a96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/py2exe_basic_standalone_check_builder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from setuptools import setup
22
import py2exe
3+
import sys
34

45
setup(
56
console=['basic_standalone_fluids_check.py'],
@@ -8,7 +9,7 @@
89
options={
910
'py2exe': {
1011
'packages': ['fluids', 'numpy', 'scipy'],
11-
'bundle_files': 1,
12+
'bundle_files': 3, # Don't bundle - scipy/numpy have compiled extensions
1213
'compressed': True,
1314
'optimize': 0,
1415
'excludes': ["cairo", "locket", "setproctitle", "bcrypt", "beniget", "concurrent",

0 commit comments

Comments
 (0)