Hi there,
I am trying to rap my dash program to exe file using auto_py_to_exe.
It seems to run OK, but when I open the exe file I get the following error:
Traceback (most recent call last):
File "dash_reviewLog.py", line 2, in <module>
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "dash_mantine_components\__init__.py", line 26, in <module>
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\monick\\AppData\\Local\\Temp\\_MEI186962\\dash_mantine_components\\package-info.json'
Any suggestions how to handle this?