* piotr mali?ski (Fri, 9 Jan 2009 10:07:00 +0100) > > Some MS Windows users have problem running PyQt4 applications - exe/binary > builds made with Py2exe. The problem is that Windows displays a message like > this (translation from Polish) "This application can't be run as it > configuration is wrong. Problem may be solved by reinstalling the script." > > It works for some users, and for some don't (plus it's no install run.exe > made from run.py). Any ideas why Windows makes such problems? :)
Try pyinstaller - it works like a charm... Thorsten _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
