When test_code.exe is run, I get the following error message:
Traceback (most recent call last):
File "test_code.py", line 1, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "inflect\__init__.py", line 2043, in <module>
File "inflect\__init__.py", line 2064, in engine
File "typeguard\_decorators.py", line 223, in typechecked
File "typeguard\_decorators.py", line 71, in instrument
File "inspect.py", line 1278, in getsource
File "inspect.py", line 1260, in getsourcelines
File "inspect.py", line 1089, in findsource
OSError: could not get source code
[7008] Failed to execute script 'test_code' due to unhandled exception!
