Python Forum
convert a .py file to .exe file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
convert a .py file to .exe file
#11
Try to use own spec file,run command under.
pyinstaller --onefile talk.py
Every time you run Pyinstaller a .spec file is created.
You should now have talk.spec,open file add this line:
hiddenimports=["pyttsx3", "pyttsx3.drivers.sapi5"], 
Save and now run.
pyinstaller --clean talk.spec
Reply
#12
(Nov-28-2019, 02:10 PM)vigneshboolog Wrote: python 3.8
Tested with 3.8,did not work there as pyinstaller not finish for 3.8 yet.
Tested development version,there did it work 3.8.
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz   
Reply
#13
Reply to thread: convert a .py file to .exe file
Follow this process
Step 1. Installation
Step 2. Converting
Pick your .py file
Pick "One Directory" or "One File" option
Pick additional files
Step 3. Run your program!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question [SOLVED] Correct way to convert file from cp-1252 to utf-8? Winfried 8 977 Feb-29-2024, 12:30 AM
Last Post: Winfried
  file open "file not found error" shanoger 8 1,176 Dec-14-2023, 08:03 AM
Last Post: shanoger
  Need to replace a string with a file (HTML file) tester_V 1 787 Aug-30-2023, 03:42 AM
Last Post: Larz60+
  How can I change the uuid name of a file to his original file? MaddoxMB 2 953 Jul-17-2023, 10:15 PM
Last Post: Pedroski55
  Convert File to Data URL michaelnicol 3 1,206 Jul-08-2023, 11:35 AM
Last Post: DeaD_EyE
  Python Script to convert Json to CSV file chvsnarayana 8 2,571 Apr-26-2023, 10:31 PM
Last Post: DeaD_EyE
  Reading data from excel file –> process it >>then write to another excel output file Jennifer_Jone 0 1,128 Mar-14-2023, 07:59 PM
Last Post: Jennifer_Jone
Thumbs Up Need to compare the Excel file name with a directory text file. veeran1991 1 1,149 Dec-15-2022, 04:32 PM
Last Post: Larz60+
  Convert Excel file into csv with Pipe symbol.. mg24 4 1,357 Oct-18-2022, 02:59 PM
Last Post: Larz60+
Photo Making Zip file of a file and Directory Nasir 2 1,046 Oct-07-2022, 02:01 PM
Last Post: Nasir

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020