Bjorn píše v Čt 28. 10. 2010 v 02:17 -0700: > Dear all, > > I would like to know if PyInstaller can create executables for MacOSX > while running on the latest Ubuntu Linux. > I have successfully created windows .exe files using PyInstaller on my > linux installation. > > Is it possible?
Hi bjorn, I think it is not possible: - pyinstaller usually uses python version it is run with. - it would be necessary to have an emulation layer for MacOSX, something like wine is for windows - I didn't hear of such a layer - I think it could lead to some legal issues with App le. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
