- fixed issue when rebooting from within in cx_freezed state (it issued a startup arg with the path to FlatCAM.exe but that triggered the last sys.exit(2) that I had in the App.args_at_startup()) - modified

- modified the make_win script for the presence of MatPlotLib - removed as it was unnecessary
This commit is contained in:
Marius Stanciu
2019-09-26 21:49:58 +03:00
committed by Marius
parent ac096fadbb
commit 0444b901bb
2 changed files with 7 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ include_files.append((os.path.join(site_dir, "svg/path"), "svg"))
include_files.append((os.path.join(site_dir, "vispy"), "vispy"))
include_files.append((os.path.join(site_dir, "vispy/app"), "vispy/app"))
include_files.append((os.path.join(site_dir, "vispy/app/backends"), "vispy/app/backends"))
include_files.append((os.path.join(site_dir, "matplotlib"), "matplotlib"))
# include_files.append((os.path.join(site_dir, "matplotlib"), "matplotlib"))
include_files.append((os.path.join(site_dir, "rtree"), "rtree"))
if platform.architecture()[0] == '64bit':