Re: [PyQt] C composite module problem and workaround

2007-12-05 Thread V. Armando Sole
At 17:57 05/12/2007 +0100, Giovanni Bajo wrote: On 12/5/2007 5:49 PM, V. Armando Sole wrote: I have found some difficulties freezing my applications with cx_freeze. Previously I did not have any problem and I have been using the same scripts as before. The problems seem to be related to the us

Re: [PyQt] C composite module problem and workaround

2007-12-05 Thread Giovanni Bajo
On 12/5/2007 5:49 PM, V. Armando Sole wrote: I have found some difficulties freezing my applications with cx_freeze. Previously I did not have any problem and I have been using the same scripts as before. The problems seem to be related to the use of the C composite module. If I remove that

[PyQt] C composite module problem and workaround

2007-12-05 Thread V. Armando Sole
Hello, I have found some difficulties freezing my applications with cx_freeze. Previously I did not have any problem and I have been using the same scripts as before. The problems seem to be related to the use of the C composite module. If I remove that module and replace it by a Qt.py module