Python Forum
[split] Trouble making my first python .exe using pyinstaller.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Trouble making my first python .exe using pyinstaller.
#2
could you post the exact command you use to make it exe?
it looks like you don't supply the name of your script that you want to convert to exe.
In simplest case (with no options whatsoever) you will go to the folder of your script and run
pyintstaller yourscript.py

see at the bottom of https://www.pyinstaller.org/
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: [split] Trouble making my first python .exe using pyinstaller. - by buran - Apr-19-2018, 10:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trouble with installing python domingo251 2 673 Sep-23-2023, 12:03 AM
Last Post: ICanIBB
  Pyinstaller 3 Python 2 mckymntl 0 1,276 Feb-07-2022, 06:28 AM
Last Post: mckymntl
  making variables in my columns and rows in python kronhamilton 2 1,707 Oct-31-2021, 10:38 AM
Last Post: snippsat
  Python 3.7, Windows 10, pyinstaller, winsound, no sound in executable kmarien 3 3,788 Nov-30-2020, 04:10 PM
Last Post: buran
  New to python, having trouble with an exercise Salkay 3 2,239 Feb-18-2020, 01:42 AM
Last Post: Salkay
  Cannot Change Python script to exe using Pyinstaller omar_mohsen 3 2,476 Dec-19-2019, 01:05 PM
Last Post: buran
  More Python Embedding Trouble jibarra 3 3,011 Jul-11-2019, 09:25 PM
Last Post: Gribouillis
  Making a generalised CSV COPY script in Python Sandy7771989 3 2,501 Jul-05-2019, 11:02 PM
Last Post: Larz60+
  [split] I need help making a four digit code cracker with random tycpytyt 1 2,594 Mar-24-2019, 05:53 PM
Last Post: micseydel
  Error with using pyinstaller to convert python script in Mac OS Takeshio 2 5,509 Oct-19-2018, 02:42 PM
Last Post: Takeshio

Forum Jump:

User Panel Messages

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