##// END OF EJS Templates
pyoxidizer: allow extensions to be loaded from the file system...
Martin von Zweigbergk -
r44868:6689ceba default
parent child Browse files
Show More
@@ -21,6 +21,8 b' def make_exe():'
21 config = PythonInterpreterConfig(
21 config = PythonInterpreterConfig(
22 raw_allocator = "system",
22 raw_allocator = "system",
23 run_eval = code,
23 run_eval = code,
24 # We want to let the user load extensions from the file system
25 filesystem_importer = True,
24 # We need this to make resourceutil happy, since it looks for sys.frozen.
26 # We need this to make resourceutil happy, since it looks for sys.frozen.
25 sys_frozen = True,
27 sys_frozen = True,
26 legacy_windows_stdio = True,
28 legacy_windows_stdio = True,
General Comments 0
You need to be logged in to leave comments. Login now