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
#1
I created an exe using pyinstaller but my friend cannot run it on his mac.

A. Any tricks I can use to run that exe on a mac?

B. How to compile an exe in pyinstaller to run on a mac?

Many thanks.
Reply
#2
A: No
B: Use a Mac
Reply
#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
#4
OK, thanks.
Reply


Forum Jump:

User Panel Messages

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