|
|
@ -59,7 +59,6 @@ else: |
|
|
|
logger = logging.getLogger(__name__) |
|
|
|
logger.info("import") |
|
|
|
|
|
|
|
|
|
|
|
"""set up python search path before the program starts and cbox gets imported. |
|
|
|
We need to be earliest, so let's put it here. |
|
|
|
This is influence during compiling by creating a temporary file "compiledprefix.py". |
|
|
@ -71,6 +70,9 @@ Nuitka complies that in, when make is finished we delete it. |
|
|
|
import sys |
|
|
|
import os |
|
|
|
import os.path |
|
|
|
|
|
|
|
logger.info(f"Python Version {sys.version}") |
|
|
|
|
|
|
|
try: |
|
|
|
from compiledprefix import prefix |
|
|
|
compiledVersion = True |
|
|
|