PDA

View Full Version : Need help - Compiling a .exe for windows with a PyQT4 program using Python 3.1



emlun
14th February 2010, 12:56
Hi everyone!

I have a question.. I've made a python3.1-program with a PyQt4 GUI. I want it to be easy for others (windows users) to download and run my program. That is, without having to dowload and install both python and then pyqt4 to be able to run it.

Is there a way to do that?

Thank you

ChrisW67
15th February 2010, 23:20
py2exe might be of use (not sure it supports Python 3) but you'll still need to ship the Qt libraries your application relies on.