Re: [PyQt] Re: PyQt without X11

2009-07-30 Thread arnau
Alberto Berti wrote: maybe you can try with xvfb, which is a fake xserver. Thanks for the suggestion. Not the perfect solution, but this worked for me: $ apt-get install xvfb ... $ xvfb-run python myscript.py I re-set GUIEnabled to True again, otherwise I still got a segmentation fault.

Re: [PyQt] RE: PyQt newbie needs some help with a small report designer program

2009-06-16 Thread Wayne Roberts
--- On Mon, 6/15/09, David Boddie da...@boddie.org.uk wrote: From: David Boddie da...@boddie.org.uk Subject: Re: [PyQt] RE: PyQt newbie needs some help with a small report designer program To: pyqt@riverbankcomputing.com Date: Monday, June 15, 2009, 8:36 PM On Thu Jun 11 01:22:05 BST 2009

Re: [PyQt] RE: PyQt newbie needs some help with a small report designer program

2009-06-15 Thread David Boddie
On Thu Jun 11 01:22:05 BST 2009, Lee wrote: You call its setBackgroundRole() method in its paintEvent() implementation. This appears to cause another paint event to be sent to the Resizer object, so you just keep receiving paint events. Ok, I think that makes sense. Removing does fix the

Re: [PyQt] Re: PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Phil Thompson
On Sun, 17 May 2009 13:51:13 +0200, Michael Held michael.h...@bc.biol.ethz.ch wrote: Andreas Pakulat wrote: On 17.05.09 09:13:45, Magnus Benjes wrote: I was not aware that PyQt goes with mingw32 (what about VC9?). using mingw which came with Qt4.5 I could build SIP and PyQt (still compiling)

Re: [PyQt] Re: PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Andreas Pakulat
On 17.05.09 13:51:13, Michael Held wrote: Andreas Pakulat wrote: On 17.05.09 09:13:45, Magnus Benjes wrote: I was not aware that PyQt goes with mingw32 (what about VC9?). using mingw which came with Qt4.5 I could build SIP and PyQt (still compiling) successfully. this article was really

Re: [PyQt] Re: PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Andreas Pakulat
On 17.05.09 21:47:53, Michael Held wrote: Andreas Pakulat wrote: On 17.05.09 13:51:13, Michael Held wrote: Andreas Pakulat wrote: On 17.05.09 09:13:45, Magnus Benjes wrote: I was not aware that PyQt goes with mingw32 (what about VC9?). using mingw which came with Qt4.5 I could build SIP

Re: [PyQt] Re: PyQt Licensing

2009-05-07 Thread Phil Thompson
On Thu, 07 May 2009 05:58:12 +0200, Alberto Berti albe...@metapensiero.it wrote: A Corsaire == A Corsaire corza...@gmail.com writes: Phil First off, many thanks for not pestering me about this - it is Phil greatly appreciated. Phil Phil In a nutshell, the PyQt licensing

Re: [PyQt] Re: PyQt Licensing

2009-05-06 Thread Matt Newell
On Wednesday 06 May 2009 20:58:12 Alberto Berti wrote: A Corsaire == A Corsaire corza...@gmail.com writes: Phil First off, many thanks for not pestering me about this - it is Phil greatly appreciated. Phil Phil In a nutshell, the PyQt licensing will not be changed in the

Re: [PyQt] Re: PyQT lost reference (was: Re: PyKDE: KConfigSkeleton not writing configuration)

2009-03-13 Thread Phil Thompson
On Fri, 13 Mar 2009 11:15:41 +0100, Till Gerken till.ger...@gmail.com wrote: Hi, sorry for keeping replying to myself, but nobody else seems to show interest and I am trying to find the root cause of the error: The QString() that I am passing as reference to the C++ class

Re: [PyQt] Re: PyQT lost reference (was: Re: PyKDE: KConfigSkeleton not writing configuration)

2009-03-13 Thread Phil Thompson
On Fri, 13 Mar 2009 11:44:57 +0100, Wolfgang Rohdewald wolfg...@rohdewald.de wrote: On Freitag, 13. März 2009, Till Gerken wrote: The QString() that I am passing as reference to the C++ class KCoreConfigSkeleton exists as local variable in my Python class derived from KCoreConfigSkeleton.

Re: [PyQt] Re: PyQT lost reference (was: Re: PyKDE: KConfigSkeleton not writing configuration)

2009-03-13 Thread Wolfgang Rohdewald
On Freitag, 13. März 2009, Phil Thompson wrote: Which is why eliminating QStrings is an incompatible change and will require changes to your code. Sorry, it seems I misread your roadmap - I thought this would be a compatible change. -- Wolfgang

Re: [PyQt] Re: PyQT lost reference (was: Re: PyKDE: KConfigSkeleton not writing configuration)

2009-03-13 Thread Till Gerken
On 3/13/09, Phil Thompson p...@riverbankcomputing.com wrote: On Fri, 13 Mar 2009 11:44:57 +0100, Wolfgang Rohdewald wolfg...@rohdewald.de wrote: On Freitag, 13. März 2009, Till Gerken wrote: The QString() that I am passing as reference to the C++ class KCoreConfigSkeleton exists as local

Re: [PyQt] Re: PyQT | QT4-X11

2009-01-12 Thread Phil Thompson
On Mon, 12 Jan 2009 15:55:08 + (UTC), Jelle jelleferi...@gmail.com wrote: Not officially. You'd probably have to hack at the configuration/build process a little. Many thanks Phil. Have you got experience running PyQT on QT4-X11? Some time ago. Have you got perhaps some notion on what

Re: [PyQt] Re: PyQt menu and tool tip font

2008-10-25 Thread Baz Walter
Thorsten Kampe wrote: I've also tried changing the font with qtconfig. There I have DejaVu Sans 12 (which I probably set in the KDE Control Center). Changing that also doesn't make a difference with PyQt applications. i've just tried changing the font size in qtconfig whilst i have a pyqt

Re: [PyQt] Re: PyQt Digest, Vol 47, Issue 13

2008-06-11 Thread Phil Thompson
On Wednesday 11 June 2008 11:37:55 am Charles Chen wrote: Hi Phil, Thanks for the reply. I was assuming that PyQt 4.4.2 required Qt 4.4.x because of the error I'm receiving (see below) about QGraphicsWidget (new in Qt 4.4) being missing. I'm building this with a clean install of

Re: [PyQt] Re: PyQt 4.4.2 / SIP 4.7.6 in custom directories : API version mismatch (3.6 instead of 3.7)

2008-05-30 Thread Phil Thompson
On Friday 30 May 2008 9:37:30 am jbd wrote: The QtCore module is compiled with the later version of SIP but the sip module is from the earlier version. Phil Ok. I must have missed something. I don't see what i'm doing wrong. Sip seems to be correctly installed. Do i have to specify

Re: [PyQt] Re: PyQt 4.4.2 / SIP 4.7.6 in custom directories : API version mismatch (3.6 instead of 3.7)

2008-05-30 Thread Phil Thompson
On Friday 30 May 2008 10:18:13 am jbd wrote: Phil Thompson wrote: No - you can only have one installed, unless you do some juggling with PYTHONPATH. Phil Ok, i have the debian sip version installed but i use PYTHONPATH to be able to use PyQt4 (i remove the debian python-qt4 to be sure.

Re: [PyQt] Re: PyQt 4.4.2 GPL installer / missing DLL

2008-05-25 Thread Phil Thompson
On Sunday 25 May 2008 10:15:51 am Pierre Raybaut wrote: Date: Sat, 24 May 2008 14:49:33 +0200 From: Thorsten Kampe [EMAIL PROTECTED] Subject: [PyQt] Re: PyQt 4.4.2 GPL installer / missing DLL To: pyqt@riverbankcomputing.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;

Re: [PyQt] Re: PyQt 4.4.2 GPL installer / missing DLL

2008-05-24 Thread Giovanni Bajo
On Sat, 2008-05-24 at 09:33 +0200, Python(x,y) wrote: Phil Thompson a écrit : On Friday 23 May 2008 6:47:11 pm Pierre Raybaut wrote: About this missing DLL issue, the main difference between the 4.3.3 and 4.4.x Windows installer releases seems to be about the .dll management.

Re: [PyQt] Re: PyQt and DB API.

2008-05-19 Thread David Boddie
On Mon May 19 02:58:05 BST 2008, Alberto Berti wrote: [http://indico.cern.ch/contributionDisplay.py?contribId=33sessionId=41confId=44] thanks for producing and publishing that slides and examples, they where one of the first reviews of the Qt4 architecture that i read when I was evaluating it

Re: [PyQt] Re: PyQt

2008-03-05 Thread Jim Bublitz
On Wednesday 05 March 2008 16:29, Jon Chambers wrote: Thanks for the speedy responses! I'm now trying to create a non-paintEvent function that calls an update if necessary. But now when i do self.connect(self.timer, QtCore.SIGNAL('timeout()'), self.pollJoysticks()) Remove the parens from

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-11-14 Thread Mark Summerfield
On 2007-10-29, alteo_gange wrote: Le lundi 29 octobre 2007, kib2 a écrit : Hi, I just wanted to buy the book on Amazon.fr, and I saw something really amazing : price has changed from 58 euros to about 37 since this morning. Is that normal ? Champagne! :) Thanks for this information!

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-11-14 Thread Arne Babenhauserheide
Am Mittwoch, 14 de November de 2007 18:47:20 schrieb Mark Summerfield: amazon.de seem to have dropped their price now: 32.89 EUR with free shipping, while amazon.fr is now down to 35.94 EUR, also with free shipping. I have no idea why:-) I just ordered one from http://bookzilla.de for about

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-30 Thread Mark Summerfield
On 2007-10-29, Kerri Reno wrote: I just got my book via UPS from Barnes Noble this morning! Thanks so much, Mark! I'll try to give a review when I'm farther along. I'm really glad that the books are starting to arrive... I really hope you like it, and would be v. grateful if you put up a

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-30 Thread Mark Summerfield
On 2007-10-29, alteo_gange wrote: Le lundi 29 octobre 2007, kib2 a écrit : Hi, I just wanted to buy the book on Amazon.fr, and I saw something really amazing : price has changed from 58 euros to about 37 since this morning. Is that normal ? Champagne! :) Thanks for this information!

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-29 Thread Mark Summerfield
On 2007-10-28, Reinhard Thies wrote: Mark, when do you expect the book to be ready ? I preordert the book at amazin.de but there is no delivery date. Thanks Reinhard The books were physically printed in the US about 3 weeks ago and are now in the US distribution channels. My guess is that

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-29 Thread kib2
Hi, I just wanted to buy the book on Amazon.fr, and I saw something really amazing : price has changed from 58 euros to about 37 since this morning. Is that normal ? Thanks, Christophe. ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-29 Thread David Boddie
On Mon Oct 29 15:05:48 GMT 2007, kib2 wrote: I just wanted to buy the book on Amazon.fr, and I saw something really amazing : price has changed from 58 euros to about 37 since this morning. Is that normal ? Maybe the original price was just an estimated price - or maybe someone at Amazon is

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-29 Thread Mark Summerfield
On 2007-10-29, kib2 wrote: Hi, I just wanted to buy the book on Amazon.fr, and I saw something really amazing : price has changed from 58 euros to about 37 since this morning. Is that normal ? I don't know! But obviously best to buy it straight away;-) Maybe they are slow adjusting to

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-29 Thread Kerri Reno
I just got my book via UPS from Barnes Noble this morning! Thanks so much, Mark! I'll try to give a review when I'm farther along. Kerri On 10/29/07, Mark Summerfield [EMAIL PROTECTED] wrote: On 2007-10-29, kib2 wrote: Hi, I just wanted to buy the book on Amazon.fr, and I saw

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-29 Thread kib2
Mark Summerfield a écrit : On 2007-10-29, kib2 wrote: Hi, I just wanted to buy the book on Amazon.fr, and I saw something really amazing : price has changed from 58 euros to about 37 since this morning. Is that normal ? I don't know! But obviously best to buy it straight away;-) Hi Mark, in

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-29 Thread alteo_gange
Le lundi 29 octobre 2007, kib2 a écrit : Hi, I just wanted to buy the book on Amazon.fr, and I saw something really amazing : price has changed from 58 euros to about 37 since this morning. Is that normal ? Champagne! :) Thanks for this information! I will buy the book. In amazon.de the

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-29 Thread pyprog
On lun, 2007-10-29 at 16:05 +0100, kib2 wrote: Hi, I just wanted to buy the book on Amazon.fr, and I saw something really amazing : price has changed from 58 euros to about 37 since this morning. Is that normal ? Thanks, Christophe. Whaou, wonderful !!! . The command was just done

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-28 Thread alteo_gange
Le dimanche 28 octobre 2007, Reinhard Thies a écrit : Mark, when do you expect the book to be ready ? I preordert the book at amazin.de but there is no delivery date. Delivery date is '28. November 2007' as in France:

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-28 Thread Dick Moores
I had preordered the book from Bookpool.com in the U.S., and about a day ago received this email from them: === We wanted to let you know that the following item of your order has just arrived in our warehouse: * Rapid GUI Programming with Python and Qt: The

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-26 Thread Mark Summerfield
On 2007-10-25, Rajeev J Sebastian wrote: On 10/26/07, David J Brooks [EMAIL PROTECTED] wrote: I expect the American response to overpriced books is much the same as the European one: make a .torrent and put it on the .net Here in India, publishers usually come out with very cheap editions

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-25 Thread Andreas Pakulat
On 25.10.07 17:19:51, Thorsten Kampe wrote: * Andreas Pakulat (Thu, 25 Oct 2007 15:36:43 +0200) On 25.10.07 13:33:54, Mark Summerfield wrote: Of course, I don't have any control over the pricing, and this isn't just about my particular book---my guess is that outside the US booksellers

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-25 Thread Rajeev J Sebastian
On 10/26/07, David J Brooks [EMAIL PROTECTED] wrote: I expect the American response to overpriced books is much the same as the European one: make a .torrent and put it on the .net Here in India, publishers usually come out with very cheap editions of all these technical books (photocopy on low

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-25 Thread Hans-Peter Jansen
Am Donnerstag, 25. Oktober 2007 21:15 schrieb David J Brooks: I expect the American response to overpriced books is much the same as the European one: make a .torrent and put it on the .net Be careful, safari watermarked the rough cuts edition on every user. Probably with a highly expensive

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-25 Thread David J Brooks
On Thursday 25 October 2007 03:49:04 pm Hans-Peter Jansen wrote: Am Donnerstag, 25. Oktober 2007 21:15 schrieb David J Brooks: I expect the American response to overpriced books is much the same as the European one: make a .torrent and put it on the .net Be careful, safari watermarked the

Re: [PyQt] Re: PyQt Installation Issues

2007-10-16 Thread Phil Thompson
On Tuesday 16 October 2007, Space Monkey wrote: Thank you for replying so fast. Here's what I got: [EMAIL PROTECTED] PyQt-x11-gpl-4.3.1]# python configure.py -w Determining the layout of your Qt installation... /usr/bin/qmake -o qtdirs.mk qtdirs.pro make -f qtdirs.mk lsbc++ -c -pipe -Wall

Re: [PyQt] Re: PyQt on Ubuntu

2007-07-20 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gustavo A. Dí­az schrieb: Hi! No, those deb packages does not solve it.. cause when i install those has dependencies problems which are not inside the K/Ubuntu repositories... so... I will try to create the packages for Ubuntu using those

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 phil at 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

Re: [PyQt] Re: PyQt Digest, Vol 33, Issue 23

2007-04-15 Thread Gerard Vermeulen
On Sat, 14 Apr 2007 10:19:03 -0700 Tony Cappellini [EMAIL PROTECTED] wrote: This is probably the most well-known readline for WIndows http://ipython.scipy.org/moin/PyReadline/Intro To: Gerard Vermeulen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED]