-3

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

Avan Esh
  • 1
  • 1

1 Answers1

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