Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating an executable
#1
Hi.

I'm trying to create an executable file from a Python script.
I'm running Python v. 3.7 & Pycharm.

I tried "pyinstaller", but that didn't work.
I found out later that pyinstaller is no longer in use
for my version of python.

I then tried "cx_Freeze". That also didn't work.
When I run the executable file it creates, the window closes
almost immediately. So, I can't see the text in the window.

My Python script opens images & audio files in 2 different folders.

I tried going to Python.org docs & help, but it was useless.
It just sent me to this link:
https://docs.python.org/3/faq/windows.ht...hon-script

What do you recommend?
Reply


Messages In This Thread
Creating an executable - by vman44 - Apr-02-2020, 04:26 AM
RE: Creating an executable - by buran - Apr-02-2020, 04:46 AM
RE: Creating an executable - by vman44 - Apr-02-2020, 05:36 PM
RE: Creating an executable - by buran - Apr-02-2020, 06:11 PM
RE: Creating an executable - by vman44 - Apr-15-2020, 05:54 PM
RE: Creating an executable - by buran - Apr-15-2020, 06:02 PM
RE: Creating an executable - by vman44 - Apr-19-2020, 12:29 AM
RE: Creating an executable - by buran - Apr-19-2020, 07:56 AM
RE: Creating an executable - by vman44 - Apr-19-2020, 08:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating an executable from a script wolf8963 6 5,861 May-11-2020, 05:23 PM
Last Post: wolf8963

Forum Jump:

User Panel Messages

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