I converted a python file to exe file, but when I am opening it it's not working. Here is the error traceback:
Traceback (most recent call last):
File "C:\Users\Admin\AppData\Roaming\python\Python39\site-packages\test\test.py", line 1, in <module>
File "C:\Users\Admin\AppData\Roaming\Python\Python39\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
exec(bytecode, module.__dict__)
File "pynput\__init__.py", line 40, in <module>
.....
File "pynput\_util\__init__.py", line 76, in backend
ImportError
[16684] failed to execute script test
I don't know what it means. How can I stop this and make my file work?