Hi, After reading the Faq, I also wonder... Basically I did the following: I downloaded the trunk version of pyinstaller I ran the python Configure.py I ran the Makespec as it is outlined in the manual with the --onefile switch I did the Build as in the manual
I ended up with what I thought was a windows executable. that I though was working with wine (it had the same icon as the win exes on my system) Turns out it is probably something else, that works directly on ubuntu (it didnt work on windows). I guess this means PyInstaller can not cross compile from Linux to MacOSX (as it was pointed out in the faq). This is a tough one if you would like to write software for mac without apple hardware.... Thanks for all responses! /bjorn On Oct 28, 5:37 pm, Giovanni Bajo <[email protected]> wrote: > On Thu, 2010-10-28 at 08:47 -0700, Bjorn wrote: > > 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. > > Just to clarify: how did you create a Windows executable on Linux? Did > you use PyInstaller's cross-bundling support (Configure.py --executable, > etc.)? > -- > Giovanni Bajo :: [email protected] > Develer S.r.l. :: http://www.develer.com > > My Blog:http://giovanni.bajo.it > Last post: Compile-time Function Execution in D -- 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.
