Matt Diamond píše v St 09. 11. 2011 v 21:05 -0800: > I'm trying to create a Windows executable on Mac OSX 1.5, but after I > run pyinstaller all I see in the "dist" directory is a unix > executable. Does pyinstaller support cross-compilation, and if so, > what might I be doing wrong?
PyInstaller does not support cross-compilation. However. it should be possible to install Wine and there install windows version of python and create windows EXE using that. -- 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.
