2008/11/3 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I hope that you can help me. > I'm uder linux and i neeed tu make a binary of one test program. > I have try to use cxfreeze but when i run it i get: > ImportError No module named PyQt4._qt > Can you helm me to make e easy setup script.
I get the same error when using py2exe. I solve this issue inserting "Sip" in the "include" section in the setup. Hope that helps. Simone _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
