[PyQt] Deploying commercial PyQt app

Petar petar.djetlic at gmail.com
Thu Oct 23 21:31:08 BST 2014


Stephen Hansen-3 wrote
> 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.
> 
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Thanks. I used py2exe, and it worked ok, but I use a lot of matplotlib
graphs. I call python scripts from other apps (not PyQt) that generate
graphs and as strange as it sounds, it is easier for me to have already
installed python with all dependencies on user's computers (it's really not
a problem). The alternative is to generate exe for every graph (category).
It is easier for me just deploying source files.

Are there any problems with py2exe to generate exe for PyQt app?




--
View this message in context: http://python.6.x6.nabble.com/Deploying-commercial-PyQt-app-tp5075570p5075601.html
Sent from the PyQt mailing list archive at Nabble.com.


More information about the PyQt mailing list