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
0
votes
1 answer

If I convert a python file from py to exe, what about the module I created that the file imports?

I created a server and client file and I was about to convert it to exe when I realized that I also need to convert the module it uses to exe. What do I do about the module?
Crystallean
  • 125
  • 7
0
votes
0 answers

An error: TimeoutExpired: Command occurred while using auto py to exe with python3.10

i recently updated from python3.7 to python3.10 and now when i try to convert my script to exe using auto-py-to-exe i get the following error: Running auto-py-to-exe v2.13.0 Building directory:…
altontonie
  • 23
  • 5
0
votes
1 answer

Auto-py-to-exe won't open correctly

I have tried to pip install auto-py-to-exe and i got an error with the "gevent" so I installed gevent 1.4.0 and then I could install auto-py-to-exe(2.5.2), but when i'm trying to open it I get this window: My network is an enternal network so I…
Naveh Elya
  • 85
  • 1
  • 7
0
votes
0 answers

Auto Py To Exe gives error when opening file

I have a simple python application. I converted it to an exe with Auto-Py-To-Exe and when I opened it, it showed an error which Is shown in here: The error says it cannot find the module PyQt5. Can anyone tell me how to import it for auto py to…
user14589538
0
votes
1 answer

Getting error while converting any python file to exe with auto-py-to-exe

When converting any python file to exe, I get an error Error processing line 1 of c:\users\mehme\appdata\local\programs\python\python39\lib\site-packages\matplotlib-3.4.2-py3.9-nspkg.pth: Fatal Python error: init_import_site: Failed to import the…
0
votes
1 answer

Python program runs differently after auto-py-to-exe

I wrote a program to iterate over the files of a folder and add the ".jpg" file extension to all files without any file extension. I tested the program on my computer and it works so far. I compiled the .py file to an .exe file using the…
0
votes
1 answer

auto-py-to-exe problem with "module 'eel.chrome'"

I want to convert my script to an exe but after installing auto-py-to-exe with -pip install auto-py-to-exe and executing auto-py-to-exe i get following message: Traceback : File…
hdorn
  • 1
0
votes
1 answer

Buttons in Auto Py to Exe aren't clickable

I heard about the tool "auto-py-to-exe" but when i open it with auto-py-to-exe the window opens but the language box is empty and no button is clickable. I tried to reinstall it but the error is happening every time and I don't know why. Is it…
Jonathan
  • 76
  • 7
0
votes
1 answer

Unable to install and or use auto-py-to-exe

I try to install Auto-Py-to-exe but they have a lot of error appear during the installation but at the end it sais successfully installed, see picture below. I have windows 10pro, PyCharm community 2020.3.3, and i use python 3.9.1 for almost all my…
Mélissa Ch.
  • 27
  • 1
  • 7
0
votes
2 answers

I have a problem installing auto-py-to-exe with gevent

I have a problem installing auto-py-to-exe with gevent I wanted to convert the program I created in Python to .EXE format but I have an error It looks like your post is mostly code; please add some more details. I was installing a python library…
0
votes
1 answer

Error in installing pip package auto-py-to-exe

I am trying to install auto-py-to-exe. In fact, I installed it but a months ago, I reinstalled my windows 10. After that, I am continuously trying to install auto-py-to-exe. Whenever I type pip install auto-py-to-exe in command prompt this output…
Sabil Islam
  • 106
  • 5
0
votes
1 answer

How to solve error when installing auto-py-to-exe?

I am trying to pip install auto-py-to-exe, but got following error. error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/ I also tried to download wheel or .gz file…
0
votes
1 answer

Auto-py-to-exe automatically runs cscript.exe

I am using VBScript in my code to convert each sheet of a given excel file into a CSV file. I have tried other methods such as using pandas but they are comparatively slow and the vb script method performs pretty well when I run the script. The only…
0
votes
0 answers

ERROE using Auto Py to Exe

When I try to convert my PY file into a EXE file using pip install auto-py-to-exe the EXE file does not work. I found the following ERROR in the program console, if anyone can help me how to solve this please?: My Anaconda version is…
Ale Hostar
  • 11
  • 2
0
votes
1 answer

pyinstaller (auto-py-to-exe) error: Project output will not be moved to output folder?

python v3.6.8 PyInstaller v3.6 auto-py-to-exe v2.7.5 os: windows 7 Command: pyinstaller --noconfirm --onedir --console --name "MyMainapp" --key "qXx53d02m2PrswB1" --debug "all" "