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
  How to write variable in a python file then import it in another python file? tatahuft 4 846 Jan-01-2025, 12:18 AM
Last Post: Skaperen
  JSON File - extract only the data in a nested array for CSV file shwfgd 2 1,005 Aug-26-2024, 10:14 PM
Last Post: shwfgd
  FileNotFoundError: [Errno 2] No such file or directory although the file exists Arnibandyo 0 787 Aug-12-2024, 09:11 AM
Last Post: Arnibandyo
  "[Errno 2] No such file or directory" (.py file) IbrahimBennani 13 6,045 Jun-17-2024, 12:26 AM
Last Post: AdamHensley
Question [SOLVED] Correct way to convert file from cp-1252 to utf-8? Winfried 8 9,405 Feb-29-2024, 12:30 AM
Last Post: Winfried
  file open "file not found error" shanoger 8 5,768 Dec-14-2023, 08:03 AM
Last Post: shanoger
  Need to replace a string with a file (HTML file) tester_V 1 1,850 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 2,064 Jul-17-2023, 10:15 PM
Last Post: Pedroski55
  Convert File to Data URL michaelnicol 3 2,567 Jul-08-2023, 11:35 AM
Last Post: DeaD_EyE
  Python Script to convert Json to CSV file chvsnarayana 8 4,580 Apr-26-2023, 10:31 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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