I would recommending using cx_Freeze to make a binary installer for your app (http://cx-freeze.sourceforge.net/). It's at least do-able that way. I've never had any luck trying to get users to install the entire PyQt stack themselves on Windows.
Another option might be to provide three links, like these: 1. http://www.python.org/ftp/python/3.2.3/python-3.2.3.msi 2. http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py3.2-x86-gpl-4.9.4-1.exe 3. <URL to download your app> But this gets tricky if you're using a lot (or *any*) non-standard Python modules. By packaging your own installer, you can ensure that it contains everything needed, all in one place... Good luck! :-) On Mon, Aug 6, 2012 at 12:19 PM, Bryan A. Jones <bjo...@ece.msstate.edu> wrote: > All, > > I'm looking for nice ways for users to download then install my open-source > application, which is based on PyQt. I noticed that easy_install PyQt tries, > but fails (on my Windows machine, it defaults to downloading the X11 version > of the source code). Any recommendations for packaging? > > Thanks! > > Bryan > -- > Bryan A. Jones, Ph.D. > Associate Professor > Department of Electrical and Computer Engineering > 231 Simrall / PO Box 9571 > Mississippi State University > Mississippi state, MS 39762 > http://www.ece.msstate.edu/~bjones > bjones AT ece DOT msstate DOT edu > voice 662-325-3149 > fax 662-325-2298 > > Our Master, Jesus Christ, is on his way. He'll show up right on > time, his arrival guaranteed by the Blessed and Undisputed Ruler, > High King, High God. > - 1 Tim. 6:14b-15 (The Message) > > > _______________________________________________ > PyQt mailing list PyQt@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt _______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt