Python Forum
Creating a python exe (win) to run on Mac
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a python exe (win) to run on Mac
#3
PyInstaller Manual
Quote:PyInstaller is tested against Windows, Mac OS X, and GNU/Linux.
However, it is not a cross-compiler: to make a Windows app you run PyInstaller in Windows;
to make a GNU/Linux app you run it in GNU/Linux, etc.
One the easiest way if on Windows is to use VirtualBox,follow a tutorial.
Then use Pyinstaller there to make executable for Mac.
Reply


Messages In This Thread
RE: Creating a python exe (win) to run on Mac - by snippsat - Nov-30-2021, 05:36 PM

Forum Jump:

User Panel Messages

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