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,
&
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
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