Python Forum
the exe file by generated by pyinstaller ,can't get the PYTHONPATH
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
the exe file by generated by pyinstaller ,can't get the PYTHONPATH
#11
(Jan-14-2020, 07:09 AM)roger2020 Wrote: I generate the exe file in linux server, and usr it in linux , not windows!
Hats off to you!!!

https://en.wikipedia.org/wiki/.exe

On linux pyinstaller will produce standalone binary executable, but not exe file (which is standalone executable on windows platform). And that is assuming you use --onefile option
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: the exe file by generated by pyinstaller ,can't get the PYTHONPATH - by buran - Jan-14-2020, 07:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to set PYTHONPATH in Visual Studio Code? aupres 5 4,716 Aug-15-2023, 03:51 PM
Last Post: snippsat
  Using pyinstaller with .ui GUI files - No such file or directory error diver999 3 3,717 Jun-27-2023, 01:17 PM
Last Post: diver999
  HOW TO USE C# GENERATED DLL davide_vergnani 2 1,773 Jun-12-2023, 03:35 PM
Last Post: davide_vergnani
  Formating generated .data file to XML malcoverc 3 1,420 Apr-14-2022, 09:41 PM
Last Post: malcoverc
  Pyinstaller distribution file seems too large hammer 4 2,889 Mar-31-2022, 02:33 PM
Last Post: snippsat
  How to add product details in exe generated by pyinstaller arex786 1 8,689 Oct-10-2021, 11:00 AM
Last Post: Sran012
  problem with pyinstaller to create an executable file atlass218 0 2,622 May-15-2021, 11:01 AM
Last Post: atlass218
  Pyinstaller create this error :“File ”multiprocessing\connection.py“, line 691 Formationgrowthhacking 2 3,702 Apr-30-2020, 10:26 AM
Last Post: buran
  Pyinstaller exe file permissions Rainbow_Crash 1 3,250 Jul-11-2019, 04:53 PM
Last Post: SheeppOSU
  How to embed mp3 file with Pyinstaller panoss 2 6,008 Apr-01-2019, 01:13 PM
Last Post: yleongtyl

Forum Jump:

User Panel Messages

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