Re: [PyQt] cx-freeze error

2011-10-19 Thread o.fourn...@perigord.com
add pyqt4 dlls: libeay32.dll ssleay32.dll Le 19/10/2011 11:23, o.fourn...@perigord.com a écrit : Hello, I need to compile python3 script with cx_freeze If PyQt4 with python3 is not installed on the operating system, when I execute the program, it can't find ExtensionLoader_Pyqt4_QtNetwork.py

[PyQt] cx-freeze error

2011-10-19 Thread o.fourn...@perigord.com
Hello, I need to compile python3 script with cx_freeze If PyQt4 with python3 is not installed on the operating system, when I execute the program, it can't find ExtensionLoader_Pyqt4_QtNetwork.py I try to find this file to add it to my x-freeze setup but I not find it. Could you help me? thanks