|
@ -364,7 +364,7 @@ else: |
|
|
logger.info("Looking for calfbox shared library systemwide through ctypes.util.find_library") |
|
|
logger.info("Looking for calfbox shared library systemwide through ctypes.util.find_library") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if compiledVersion: |
|
|
if compiledVersion and not args.mute: |
|
|
try: |
|
|
try: |
|
|
from sitepackages.calfbox import cbox |
|
|
from sitepackages.calfbox import cbox |
|
|
logger.info(f"Calbox Python module loaded: {os.path.abspath(cbox.__file__)}") |
|
|
logger.info(f"Calbox Python module loaded: {os.path.abspath(cbox.__file__)}") |
|
|