Alright, I am building a PyQt GUI, and it has 3 files, one for the pictures, another that is the actual GUI, and another that actually starts the application. I have tried py2exe but since it is all coded in Python 3.2 it didn't work. I am not at all familiar to cx_freeze and this project is already a week overdue, so if anyone can help me build this I would be very grateful.

Here are the 3 files if you want too look: http://www.multiupload.com/CJDL639CTH

link|improve this question

50% accept rate
feedback

1 Answer

Might I advise that you use PyInstaller? I have found it way better than py2exe and cx_freeze when building exe packages. It even handles egg files.

link|improve this answer
Could you go in depth on how I would use it? Thanks! – user976299 Oct 31 '11 at 19:00
You can find the documentation here. It is quite simple to use, it comes down to running two commands, Makespec.py and Build.py. – Deusdies Nov 1 '11 at 2:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.