[PyQt] Deploying commercial PyQt app

Stephen Hansen me at ixokai.io
Thu Oct 23 20:43:10 BST 2014


On Thu, Oct 23, 2014 at 11:01 AM, Petar <petar.djetlic at gmail.com> wrote:

> - use freeze tools like py2exe or cx_freeze
>

This. It gets you your exe and pyqt commercial and everything all packaged
into a directory to distribute, all without exposing pyqt to end users. Its
used by almost every commercial Python program I'm aware of. Its not really
that complicated and isn't actually specific to pyqt at all.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20141023/63b69c56/attachment.html>


More information about the PyQt mailing list