Re: [PyQt] PyQt4 with cx_Freeze

2008-02-20 Thread V. Armando Sole
Hello At 16:04 19/02/2008 -0500, Darryl Wallace wrote: Hello, I'm trying to use cx_Freeze (my latest try has been with version 3) to try to freeze a PyQt program into a binary for distribution. I tried just compiling the Multiple Document Interface (mdi.py) example that comes with PyQt4 as

Re: [PyQt] PyQt4 with cx_Freeze

2008-02-20 Thread V. Armando Sole
At 22:19 19/02/2008 +0100, Giovanni Bajo wrote: cx_Freeze is unmaintained, AFAIK. Try with PyInstaller SVN trunk (or branch /dl which will be merged in the next few days). I will not enter into discussions about what to use or not but, just for information, cx_freeze is maintained (at least

Re: [PyQt] PyQt4 with cx_Freeze

2008-02-20 Thread Darryl Wallace
Armando, I had built the FreezePython as you say file and running it gives me the same result. ? I'm not sure what else I might need to include. darryl V. Armando Sole wrote: Hello At 16:04 19/02/2008 -0500, Darryl Wallace wrote: Hello, I'm trying to use cx_Freeze (my latest try has

Re: [PyQt] PyQt4 with cx_Freeze

2008-02-20 Thread V. Armando Sole
Hello, At 08:34 20/02/2008 -0500, you wrote: Armando, I had built the FreezePython as you say file and running it gives me the same result. ? I'm not sure what else I might need to include. Strange. Sorry but I cannot reproduce your error. All I can tell is that I have everything

Re: [PyQt] PyQt4 with cx_Freeze

2008-02-20 Thread Darryl Wallace
Armando, I did a gdb on my executable and it appears as though the PyQt4.QtCore.so file is causing the problem. I am wondering if it is due to the fact that I am running this on an AMD64 bit machine. Just curious to see if my directory contents match yours, here is a list of files in my

Re: [PyQt] PyQt4 with cx_Freeze

2008-02-20 Thread V. Armando Sole
Hi Darryl, At 09:25 20/02/2008 -0500, Darryl Wallace wrote: Armando, I did a gdb on my executable and it appears as though the PyQt4.QtCore.so file is causing the problem. I am wondering if it is due to the fact that I am running this on an AMD64 bit machine. Just curious to see if my

[PyQt] PyQt4 with cx_Freeze

2008-02-19 Thread Darryl Wallace
Hello, I'm trying to use cx_Freeze (my latest try has been with version 3) to try to freeze a PyQt program into a binary for distribution. I tried just compiling the Multiple Document Interface (mdi.py) example that comes with PyQt4 as a test. I was wondering if you could help me out. I

Re: [PyQt] PyQt4 with cx_Freeze

2008-02-19 Thread Giovanni Bajo
On Tue, 19 Feb 2008 16:04:26 -0500, Darryl Wallace [EMAIL PROTECTED] wrote: Hello, I'm trying to use cx_Freeze (my latest try has been with version 3) to try to freeze a PyQt program into a binary for distribution. I tried just compiling the Multiple Document Interface (mdi.py) example that