Python Forum
Program built with PyInstaller in Win XP does not run in Win 10
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Program built with PyInstaller in Win XP does not run in Win 10
#2
Here's my Guess. Python is an interpreted language, so every executable file
created with PyInstaller carries a copy of the interpreter with it. The 'executable'
must be created for each os or version thereof that it is to run on. You may get
lucky and have it run on more than one, but should never count on it.
Reply


Messages In This Thread
RE: Program built with PyInstaller in Win XP does not run in Win 10 - by Larz60+ - Jan-26-2017, 12:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Make console show after script was built with Pyinstaller --NOCONSOLE? H84Gabor 0 1,270 May-05-2022, 12:32 PM
Last Post: H84Gabor

Forum Jump:

User Panel Messages

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