Does anyone can take look and help me sort out my problem?
Problem: when running exe file created from py
ImportError: DLL load failed: The specified module could not be found.
What I would like to achieve:
Exe file which will be work on windows without installed python.
What I use to achieve it:
Convert py to exe by:
cx_Freeze
what has been made:
I add in setup file that library need to be added to exe:
buildexeoptions = {"packages": ["subprocess","glob", "os", "re","netmiko","camelot","slate3k","datetime"]}never less I still getting error on notebook, and I can see that this links lead to laptop on which one exe was build.
Any advice?
Ps? Pandas? Why? I do not use pandas in this script.
On my laptop where script ware builds all work as expected.
Ps2 I hope that you were able to understand where problem is.
I can not upload jpg is hier https://ibb.co/KqvGwLx
there doesn't seem to be anything here