Questions tagged as 'python2exe'

1
answer

How to create an executable from python

I'm doing a service where I have to do a program that reads and creates files with numeric data. The problem I have is that the computers on which the program will be used are not accessible to me. Because of this, I needed to convert my file...
asked by 10.02.2017 / 18:06
1
answer

How to turn a .py into an .exe? [duplicate]

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 __init__(self, parent): Frame.__init__(...
asked by 08.11.2016 / 17:54