Ned Smith <[EMAIL PROTECTED]> wrote: > I understand pyinstaller does not support Macs at this time. Does > anybody have info on what it would take to do this? What are the > pending issues?
Hi Ned, thanks for your interest. I would like to see Mac support happening for PyInstaller, but unfortunately I'm totally ignorant of its technology. I do not knot even know how to "compose" an executable (or a "bundle" whatever that exactly means). Though, I have access to several new Macs (at work) so I could potentially test and implement something. If you want to help, I'd start from the bootloader and the way it might work under Mac. I'd also start with single-directory support as its easier. Single-file support can be added later. Unfortunately, recompiling the bootloader could be an issue because of the weird build system used by it. Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
