Skip to content
Snippets Groups Projects
Commit 3709042a authored by inso's avatar inso
Browse files

Import cx_Freeze only in setup

parent 4f34b003
No related branches found
No related tags found
No related merge requests found
import sys, os, subprocess, multiprocessing, site
from cx_Freeze import setup, Executable
from PyQt5 import QtCore
from os import listdir
from os.path import isfile, join
......@@ -13,6 +12,7 @@ if "test" in sys.argv:
sys.exit(not runner.wasSuccessful())
else:
from cx_Freeze import setup, Executable
print(sys.path)
print("Environnement:")
print(os.environ)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment