

These are the functions which read csv file from exe file def resource_path_output(fileName): The error comes from line File "configfilereader.py", line 66, in


The whole error is Traceback (most recent call last):įile "", line 1006, in _find_and_load_unlockedįile "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_moduleįile "configfilereader.py", line 40, in read_GoogleSheetNamesįile "pandas\util\_decorators.py", line 211, in wrapperįile "pandas\util\_decorators.py", line 331, in wrapperįile "pandas\io\json\_json.py", line 757, in read_jsonįile "pandas\io\json\_json.py", line 915, in readįile "pandas\io\json\_json.py", line 937, in _get_object_parserįile "pandas\io\json\_json.py", line 1064, in parseįile "pandas\io\json\_json.py", line 1321, in _parse_no_numpy I am having an issue reading files with exe file after using pyinstaller module to create EXE file from my script.
