i am developing a gui app using Tkinter in python 2.7 but when converted it into .exe file using pyinstaller, i am unable to see it, command promp is comiing and disappearing in split second, i did this with py2exe and it shwing error that cannot find ddls needed.ddl error i have already msvcp100.dll visual studios 2013 but it is still showing same eroor
Asked
Active
Viewed 49 times
-3
-
2Show some code, otherwise I cannot help you – CFV Mar 29 '18 at 17:33
-
Share your code – Eshita Shukla Mar 30 '18 at 08:22
1 Answers
0
Try sharing your code, I have some experience doing that but with the package cx_Freeze, some problems with TK files are related with envioroment variables, and you need to add some code to solve it.

nilsoviani
- 344
- 5
- 16