didn't hit reply to all.

---------- Forwarded message ----------
From: Mike Ramirez <[email protected]>
Date: Mon, Aug 6, 2012 at 9:33 AM
Subject: Re: [PyQt] easy_install for PyQt
To: "Bryan A. Jones" <[email protected]>


There is npackd[1] which can be utilized, it supports custom
repositories, which in this case you will need to do. There isn't a
PyQt configuration in the default repo's.

Quickly, npackd is a windows package manager written in Qt that works
similar to apt or yum for the respective linux distributions. It
supports installs from a variety of installers [2]. Probably just need
to write a repo and script file for your clients to use. It can
support all 3rd party libs you need.

please note, I'm just an advocate of this system and think it adds a
missing ingredient to the windows eco-system and we use it
successfully at my job to install our windows based applications. I
personally haven't used it to deploy anything, my co-worker does
manage our repo for it.

Mike

[1] http://code.google.com/p/windows-package-manager/
[2]
http://code.google.com/p/windows-package-manager/wiki/InstallationScripts

On Mon, Aug 6, 2012 at 9:19 AM, Bryan A. Jones <[email protected]>
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    [email protected]
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to