Re: [PyQt] easy_install for PyQt

2012-08-06 Thread Bryan A. Jones
Sanders made the nice installers for his > open-source > PyQt application. > > -- > From: bjo...@ece.msstate.edu > Date: Mon, 6 Aug 2012 11:19:48 -0500 > To: pyqt@riverbankcomputing.com > Subject: [PyQt] easy_install for PyQt > > > All, &

Re: [PyQt] easy_install for PyQt

2012-08-06 Thread Evade Flow
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, li

[PyQt] easy_install for PyQt

2012-08-06 Thread Bryan A. Jones
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