Any idea on how I can resolve the following error on launch?
Failed to execute script ‘bfd_main’ due to unhandled exception: Module use of python311.dll conflicts with this version of Python
Traceback (most recent call last):
File "box\app\bfd_main.py", line 18, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
File "box\patch\win32timezone_patch.py", line 12, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
File "win32timezone.py", line 244, in <module>
ImportError: Module use of python311.dll conflicts with this version of Python.