Questions tagged [auto-py-to-exe]

Auto PY to EXE is a .py to .exe converter using a simple graphical interface and PyInstaller in Python.

auto-py-to-exe is a tool to make packaging Python scripts to an executable/bundle on Windows easier. The interface uses Chromes app mode and a small Python server in the backend.

screenshot of auto py to exe running

184 questions
-1
votes
1 answer

Project output is not moved to output folder using auto-py-to-exe

I'm using auto-py-to-exe to compile a .py file. Whichever setting I choose, it does not work. An error occurred while packaging Traceback (most recent call last): File…
-2
votes
1 answer

Issue when trying to convert .py to .exe

Hello so I'm kind of new with programming and I buildt a program with python and kivy. The issue is that I am using auto-py-to-exe to convert the py files to exe but when I do it, it doesn't work well. The primary issue is that a windows command…
-2
votes
2 answers

after making a .exe file using auto-py-to-exe it didnt run

I make a calculator. Now my desire to make a .exe file to use my python file. so I use auto-py-to-exe and convert my script to an EXE file. but when I run this file using mouse double click it didn't work. My calculator code: from tkinter import…
Sushen Biswas
  • 522
  • 1
  • 6
  • 24
-3
votes
1 answer

I encountered a problem while running the Python output file. Do you know why?

Using auto-py-to-exe, I output the file from the python script, but when I run it, it shows this error. What is the cause? I also added the library files, but it didn't work
bnd
  • 1
1 2 3
12
13