Most voted "python2exe" questions
2 questions
Sort by count of
-
8
votes1
answer12189
viewsHow to create an executable from python
I’m doing a service where I have to do a program that reads and creates files with numerical data. The problem I have is that the computers on which the program will be used are not accessible to…
-
3
votes1
answer2570
viewsHow to turn a . py into an . exe?
I have the following code : #coding-utf-8 from Tkinter import Frame, Tk, BOTH, Text, Menu, END import tkFileDialog from tkinter import filedialog as fd import dbf class Example(Frame): def…