I freeze my PyQt4 application to a single executable and it works, but it requires a patch to Python 2.5.
You can find the patch here: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1644818&group_id=5470and some discussion about it in Python-dev here: http://mail.python.org/pipermail/python-dev/2007-March/071570.html. Unfortunately due to the Python patch backlog, this patch has not yet been included in any official Python release, so you need to apply it manually. Let me know if you find any problems. Regards, Miguel
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
