Well, unfortunately PyInstaller does not have any capabilities for
cross-compilation of any type. For this to happen, first there must be a
way to do cross-compiling of a C program from Linux into a Windows (or
any other platform) executable and then we might be able to add that
capability. Right now, you may only generate binaries for the platform
you are executing PyInstaller from.

-William Caban

On Mon, 2005-10-17 at 16:39 +0200, Mattias de Hollander wrote:
> Dear list,
> 
> I develop python programs in Fedora (4) and i was wondering or i can
> use pyinstaller to create windows executables. I looked at py2exe but
> this works only under windows. Is it possible to use PyInstaller to
> create a exe under Fedora that will also run under Windows. That's
> because i have many dependencies installed under Fedora (like PyGtk,
> R, Reportlab, RPy) and i don't feel much for installing all those
> things in Windows. I prefer to develop my product completely in Fedora
> and when it's finished create exe's with all the depedencies packed.
> Is that possible with PyInstaller?
> (With the first test i did, the exe didn't worked under windows. It
> had something to do with too less memory)
> 
> Thanks,
> 
> Mattias
> _______________________________________________
> PyInstaller mailing list
> [email protected]
> http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to