Freezing Python Applications that use PySide and Qt
Language Bindings
4
Posts
3
Posters
1.9k
Views
1
Watching
-
wrote on 11 Feb 2014, 10:21 last edited by
Hi
I am in the process of evaluating Qt as a GUI framework for Python development. If I freeze my python application, that is using PySide as the Qt bindings, would I need to have any machine on which i deploy the application install the entire Qt framework?
Is there a way of creating a exe that includes all the Qt framework stuff needed for the application and not require the entire 500MB Qt installation?
Thank you very much for your help.
Kind Regards,
-
wrote on 13 Feb 2014, 12:41 last edited by
-
wrote on 18 Feb 2014, 12:36 last edited by
http://cx-freeze.sourceforge.net/
this works for Python2/3 -
wrote on 24 Feb 2014, 19:05 last edited by
Thank you very much for these they look like they will do the job nicely.
1/4