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


Messages In This Thread
convert a .py file to .exe file - by vigneshboolog - Nov-21-2019, 04:40 AM
RE: convert a .py file to .exe file - by buran - Nov-23-2019, 09:17 AM
RE: convert a .py file to .exe file - by snippsat - Nov-23-2019, 03:07 PM
RE: convert a .py file to .exe file - by snippsat - Nov-28-2019, 02:07 PM
RE: convert a .py file to .exe file - by snippsat - Nov-28-2019, 02:29 PM
RE: convert a .py file to .exe file - by snippsat - Nov-28-2019, 08:40 PM

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 882 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,037 Aug-26-2024, 10:14 PM
Last Post: shwfgd
  FileNotFoundError: [Errno 2] No such file or directory although the file exists Arnibandyo 0 849 Aug-12-2024, 09:11 AM
Last Post: Arnibandyo
  "[Errno 2] No such file or directory" (.py file) IbrahimBennani 13 6,201 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,663 Feb-29-2024, 12:30 AM
Last Post: Winfried
  file open "file not found error" shanoger 8 6,222 Dec-14-2023, 08:03 AM
Last Post: shanoger
  Need to replace a string with a file (HTML file) tester_V 1 1,871 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,093 Jul-17-2023, 10:15 PM
Last Post: Pedroski55
  Convert File to Data URL michaelnicol 3 2,609 Jul-08-2023, 11:35 AM
Last Post: DeaD_EyE
  Python Script to convert Json to CSV file chvsnarayana 8 4,673 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