[PyQt] S/w Packaging & Distribution

Glenn Ramsey gr at componic.co.nz
Wed Mar 20 01:16:20 GMT 2013


On 20/03/13 07:54, Pietro Moras wrote:
> I wander if, as designers, at a project completion, you normally use a S/w
> Packager for your product's distribution. Or not.
>
> I'm currently rather interested in such final phase of the designing cycle. Thanks.
>

These are some that I know of:

Py2exe - Windows only
Py2App - OSX only
PyInstaller - Windows, OSX, Linux.
Freeze - Unix only

I'm currently using PyInstaller. Note that despite the name, it is actually a 
packager and not an installer. I'm using CPack to create installers.

Glenn



More information about the PyQt mailing list