How can I generate .exe from python 3.6.1 I tried pyinstaller but it returns IndexError: tuple index out of range also I tried py2exe and return IndexError: tuple index out of range
Asked
Active
Viewed 146 times
0
-
1Well perhaps than your program got a tuple and you access an index out of range? – Willem Van Onsem Jun 18 '17 at 16:41
-
pyinstaller is still not compatible with python 3.6, you should use python 3.5 , pyinstaller works like a charm – Stack Jun 18 '17 at 16:43
-
1When you run it in pure python does it give the same error? – Ofer Sadan Jun 18 '17 at 16:43