Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-07-03 Thread Gerard Vermeulen
On Tue, 3 Jul 2007 09:10:05 +0100 Phil Thompson <[EMAIL PROTECTED]> wrote: > > Whether you include a release or a snapshot is entirely up to you. > http://pyqwt.sourceforge.net/snapshot/PyQwt-5.0.1a.tar.gz is a snapshot. I will only do some minor packaging tweaks before releasing. > > I need t

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-07-03 Thread Phil Thompson
On Monday 02 July 2007 4:48 pm, Gerard Vermeulen wrote: > On Mon, 25 Jun 2007 19:01:29 +0100 > > Phil Thompson <[EMAIL PROTECTED]> wrote: > > > > ...but how big are PyQwt and Qwt? I don't have a problem with > > > > including them if they aren't huge. > > > > > > I have an NSIS exe installer of alm

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-07-02 Thread Gerard Vermeulen
On Mon, 25 Jun 2007 19:01:29 +0100 Phil Thompson <[EMAIL PROTECTED]> wrote: > > > ...but how big are PyQwt and Qwt? I don't have a problem with > > > including them if they aren't huge. > > > > I have an NSIS exe installer of almost 1.5 Mb including Qwt > > documentation which uncompresses to 9 Mb

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-25 Thread Phil Thompson
On Monday 25 June 2007 6:20 pm, Gerard Vermeulen wrote: > On Mon, 25 Jun 2007 17:21:56 +0100 > > Phil Thompson <[EMAIL PROTECTED]> wrote: > > > > > The package isn't extensible. If you want to add additional Qt > > > > > based modules (or additional database drivers or image formats) > > > > > then

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-25 Thread Gerard Vermeulen
On Mon, 25 Jun 2007 17:21:56 +0100 Phil Thompson <[EMAIL PROTECTED]> wrote: > > > > The package isn't extensible. If you want to add additional Qt > > > > based modules (or additional database drivers or image formats) > > > > then you should build things yourself. > > > > > > Does it mean that it

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-25 Thread Phil Thompson
On Monday 25 June 2007 5:14 pm, Phil Thompson wrote: > On Monday 25 June 2007 4:51 pm, Gerard Vermeulen wrote: > > On Sun, 24 Jun 2007 16:12:57 +0100 > > > > Phil Thompson <[EMAIL PROTECTED]> wrote: > > > I've created a binary Windows installer for what will be PyQt v4.3 at > > > http://www.riverba

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-25 Thread Phil Thompson
On Monday 25 June 2007 4:51 pm, Gerard Vermeulen wrote: > On Sun, 24 Jun 2007 16:12:57 +0100 > > Phil Thompson <[EMAIL PROTECTED]> wrote: > > I've created a binary Windows installer for what will be PyQt v4.3 at > > http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-gpl-4.3a1-Py2. > >5.exe

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-25 Thread Gerard Vermeulen
On Sun, 24 Jun 2007 16:12:57 +0100 Phil Thompson <[EMAIL PROTECTED]> wrote: > I've created a binary Windows installer for what will be PyQt v4.3 at > http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-gpl-4.3a1-Py2.5.exe > > The purpose of the package is to satisfy the needs of 95% of us

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-25 Thread Sundance
Giovanni wrote: > It wasn't a PyInstaller mode, it was just a way of compiling PyQt. I > spoke of this to Phil and he agreed to implement it directly within > SIP/PyQt. The above installer is the result of his work. Oh, THANK YOU for this, Giovanni, Phil. I've long wished for a way to package Py

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-25 Thread Giovanni Bajo
On 6/25/2007 10:46 AM, Sundance wrote: I've created a binary Windows installer for what will be PyQt v4.3 at http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-gpl-4.3a1-Py2.5.exe Oh, wonderful! Thank you Phil, this will make deploying stuff on Windows that much easier. :) Speaking

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-25 Thread Sundance
Phil wrote: > I've created a binary Windows installer for what will be PyQt v4.3 at > http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-gpl-4.3a1-Py2.5.exe Oh, wonderful! Thank you Phil, this will make deploying stuff on Windows that much easier. :) Speaking of which, Giovanni -- if I

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-25 Thread Phil Thompson
On Monday 25 June 2007 1:18 am, Giovanni Bajo wrote: > >> * I'm not sure installing assistant/designer/linguist in c:\python25 > >> is the right way to go. Why don't you put them into c:\program > >> files\pyqt? I am not so sure about the location of > >> pylupdate/pyrcc/pylrealease. > > > > I di

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-24 Thread Giovanni Bajo
On 25/06/2007 0.41, Phil Thompson wrote: * no eric4. Given this package, installing eric4 should be very easy for most users. Plus, detlev could use PyInstaller or similar tools to provide self-contained Windows executables. eric4 is relatively small, and dials home to see if there is an up

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-24 Thread Phil Thompson
On Sunday 24 June 2007 9:28 pm, you wrote: > On 24/06/2007 17.12, Phil Thompson wrote: > > I've created a binary Windows installer for what will be PyQt v4.3 at > > http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-gpl-4.3a1-Py2. > >5.exe > > > > The purpose of the package is to satisfy th

Re: [PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-24 Thread Giovanni Bajo
On 24/06/2007 17.12, Phil Thompson wrote: I've created a binary Windows installer for what will be PyQt v4.3 at http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-gpl-4.3a1-Py2.5.exe The purpose of the package is to satisfy the needs of 95% of users - not 100%. At the moment this incl

[PyQt] PyQt v4.3a1 Binary Installer for Windows

2007-06-24 Thread Phil Thompson
I've created a binary Windows installer for what will be PyQt v4.3 at http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-gpl-4.3a1-Py2.5.exe The purpose of the package is to satisfy the needs of 95% of users - not 100%. At the moment this includes the following... - the standard PyQt4