0
Is there any way to convert python 3.6 + tkinter code to exe?
I have tried py2exe but it says bs4 module not found even though I separately pasted directory there, I had also tried cx_freeze but it is does the same, pyInstaller says index tuple out of range.I have tried many ways but one after another errors are there. File url here : https://www.dropbox.com/s/fn9y8dgzbzpsmqo/DLL_Client.py?dl=0 If please anybody can convert this to exe ??
2 Réponses
+ 1
your code runs with normal python interpreter?
0
Yes it works well with interpreter but I want to make it stand alone exe.