Thanks you for your answer!

Even provided that I build with the same version of python that is
available on the targeted MacOSX version?
Maybe to clarify:

I understand that the Windows executable that I created on Linux does
not work of MacOSX.

I wonder if I can make a MacOSX .app from my python script (on Linux)
in the same way as I made a Windows .exe from the same python script
on Linux.

To me it should be simpler than in the windows case, since both MacOSX
and Linux is UNIX?

Grateful for any clarifications on this matter!
/bjorn





On Oct 28, 11:31 am, Martin Zibricky <[email protected]> wrote:
> 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.

Reply via email to