Click here to Skip to main content
15,919,245 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I was writing some code and converting using pyinstaller py to exe but in my present project I m using more code then ever and import many third party libraries and now building up is done but after run exe message display "Failed to execute script" I don't know where I want wrong.

pyinstaller my.py -w -F -i icon.ico

was working fine but now not working where as in Spyder run working well

What I have tried:

I try add --log-level=DEBUG 2> build.txt but not able to understand that too
Posted
Updated 1-May-20 7:47am
Comments
TUMAAJKAL 1-May-20 14:41pm    
After go through trail and error method I found that tkcalendar library is problem how to add that to my exe

 
Share this answer
 
Comments
TUMAAJKAL 1-May-20 12:56pm    
I have already go through it but didn't get what he is trying to tell me to do. I try it and reach no where must be I m not doing as he want if you then please explain me
TUMAAJKAL 1-May-20 12:58pm    
I tried cx_Freeze too with setup.py then "python setup.py build"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900