I made a desktop app in tkinter, it runs fine normally but when convert the project to Window exe using pyinstaller it does not work. it gives Import Error
Now this error is solved when I install Microsoft visual c++ 2015 redistributable but this is not a solution for me as my software has to be installed on hundred of machines.
Is there a way I could use microsoft visual c++ 2015 redistributable DLLs inside of my projec without installing them?
thanks for reading :D