We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adf3c1 commit e6bdd60Copy full SHA for e6bdd60
freeze.py
@@ -76,7 +76,7 @@
76
"openshot",
77
"time",
78
"uuid",
79
- "shutil",
+ "shutil",
80
"threading",
81
"subprocess",
82
"re",
@@ -86,7 +86,7 @@
86
"urllib",
87
"requests",
88
"zmq",
89
- "webbrowser",
+ "webbrowser",
90
"json"
91
]
92
@@ -301,7 +301,9 @@ def find_files(directory, patterns):
301
]:
302
if os.path.exists(added_lib):
303
external_so_files.append((added_lib, os.path.basename(added_lib)))
304
-
+ else:
305
+ log.warning("{}: not found, skipping".format(added_lib))
306
+
307
elif sys.platform == "darwin":
308
# Copy Mac specific files that cx_Freeze misses
309
# JPEG library
0 commit comments