Freezing Python Applications that use PySide and Qt
-
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,
-
-
http://cx-freeze.sourceforge.net/
this works for Python2/3