Giovanni Bajo escreveu:
> Hello,
> 
> PyInstaller 1.3 is out!
> 
> Grab latest version at:
> http://pyinstaller.python-hosting.com/
> 
> 
> Description
> -----------
> PyInstaller is a program that converts (packages) Python programs into
> stand-alone executables, under Windows, Linux and Irix. Its main
> advantages over similar tools are that PyInstaller works with any
> version of Python since 1.5, it builds smaller executables thanks to
> transparent compression, it is multi-platform (so you can build one-file
> binaries also under Linux), and use the OS support to load the dynamic
> libraries, thus ensuring full compatibility.

that sounds really cool. Is it possible to use this in cross-compiling mode? Ie.
build a standalone .exe for windows on a linux machine?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to