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] PyKDE doesn't compile with latest sip & PyQt

2007-06-25 Thread Phil Thompson
On Monday 25 June 2007 9:33 am, Ismail Dönmez wrote: > Hi Phil, > > On Sunday 24 June 2007 12:43:03 Phil Thompson wrote: > > I think if you use -j2 instead of -i it will compile (and in a reasonable > > time). I'll update the patch (or SIP). > > Should I add back ulonglong headers back or you will

Re: [PyQt] PyKDE doesn't compile with latest sip & PyQt

2007-06-25 Thread Ismail Dönmez
Hi Phil, On Sunday 24 June 2007 12:43:03 Phil Thompson wrote: > I think if you use -j2 instead of -i it will compile (and in a reasonable > time). I'll update the patch (or SIP). Should I add back ulonglong headers back or you will change sip? Regards, ismail -- Perfect is the enemy of good s

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 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] PyKDE doesn't compile with latest sip & PyQt

2007-06-25 Thread Phil Thompson
On Monday 25 June 2007 9:33 am, Ismail Dönmez wrote: > Hi Phil, > > On Sunday 24 June 2007 12:43:03 Phil Thompson wrote: > > I think if you use -j2 instead of -i it will compile (and in a reasonable > > time). I'll update the patch (or SIP). > > Should I add back ulonglong headers back or you will

Re: [PyQt] Another pylupdate bug

2007-06-25 Thread Phil Thompson
On Friday 22 June 2007 5:03 pm, Giovanni Bajo wrote: > Try this: > > foo.pro: > = > CODECFORTR = UTF-8 > CODECFORSRC = UTF-8 > > SOURCES = foo.py > = > > foo.py: > === > print 'Dir: ',timeme('foobar', 'barfoo') > =

[PyQt] Re: autodetect Python.h in configure.py for SIP

2007-06-25 Thread techtonik
Andreas Pakulat gmx.de> writes: > > On 19.06.07 11:27:13, techtonik wrote: > > The same thing happens with generated Makefiles. They contain DOS/NT > > commands > > even if generated from MSYS environment. Why isn't it possible to use > > distutils/setuptools or scons instead of reinventing the

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] Re: autodetect Python.h in configure.py for SIP

2007-06-25 Thread Andreas Pakulat
On 25.06.07 14:52:02, techtonik wrote: > Andreas Pakulat gmx.de> writes: > > > > > On 19.06.07 11:27:13, techtonik wrote: > > > The same thing happens with generated Makefiles. They contain DOS/NT > > > commands > > > even if generated from MSYS environment. Why isn't it possible to use > > > d

[PyQt] Re: PyQt4.2 not buildable on win32 using mingw

2007-06-25 Thread techtonik
Andreas Pakulat gmx.de> writes: > > On 19.06.07 21:05:37, Andreas Pakulat wrote: > > Hi, > > > > PyQt4.2's configure.py fails because QMAKE_CFLAGS_THREAD is not set, > > this variable seems to be not mandatory for win32-g++, although I have > > to admit that I'm using qt-copy from KDE's svn and

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

2007-06-25 Thread techtonik
Phil Thompson riverbankcomputing.co.uk> writes: > > 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%. Are tho

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] Re: PyQt v4.3a1 Binary Installer for Windows

2007-06-25 Thread Phil Thompson
On Monday 25 June 2007 4:40 pm, techtonik wrote: > Phil Thompson riverbankcomputing.co.uk> writes: > > 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

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 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 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 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] Re: PyQt4.2 not buildable on win32 using mingw

2007-06-25 Thread Andreas Pakulat
On 25.06.07 15:31:22, techtonik wrote: > Andreas Pakulat gmx.de> writes: > > > > > On 19.06.07 21:05:37, Andreas Pakulat wrote: > > > Hi, > > > > > > PyQt4.2's configure.py fails because QMAKE_CFLAGS_THREAD is not set, > > > this variable seems to be not mandatory for win32-g++, although I have