Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating an executable
#8
it looks like your datas are relative and it cannot find them. you can specify optional pathex to list paths it should search in.
Also, you call mp3 file, but never add it to executable?
Also make sure your paths are not hard coded in the code, i.e. they should not rely on the fixed location where they reside before making the exe. You need to make sure you use the one included in the exe.
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
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,935 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