Re: [PyQt] Shouldn't an item view keep a reference to its associatedmodel?

2007-07-21 Thread Florent Rougon
Hans-Peter Jansen <[EMAIL PROTECTED]> wrote: > and next time, you're facing empty widgets unexpectedly, it will ring a huge > bell somewhere between your ears.. ;-) Oh, yes. I guess this is a typical beginner's mistake. ;-) BTW: thank you very much for PyQt (and thanks to Qt developers if some

[PyQt] QGraphicsView to display a png

2007-07-21 Thread kib2
Hi, This is the first time I'm playing with QGraphicsView. My aim was simply to display a png image inside it (I need something more convenient than a QLabel). Here's some part of my code (self.gv is just a QGraphicsView instance and a directory "images" has been created inside my script dir

[PyQt] ANN: new eric4 snapshot release available

2007-07-21 Thread Detlev Offenbach
Hi, I would like to announce a new eric 4.1 snapshot release. This should finalize the new plugin system. Please give it a try and send feedback. There won't be much change within the next weeks because they are dedicated to the documentation of the plugin system (plugin related user stuff, how

Re: [PyQt] eric 4.0.1 installation problem

2007-07-21 Thread Detlev Offenbach
On Samstag, 21. Juli 2007, Gudjon I. Gudjonsson wrote: > Hi >I downloaded eric4.0.1 and tried to install it with the following > command: python install.py -i hmm -x -c -f eric/eric4config.linux > and then I get the following answer: > The configuration dictionary in 'eric/eric4config.linux' is

[PyQt] eric 4.0.1 installation problem

2007-07-21 Thread Gudjon I. Gudjonsson
Hi I downloaded eric4.0.1 and tried to install it with the following command: python install.py -i hmm -x -c -f eric/eric4config.linux and then I get the following answer: The configuration dictionary in 'eric/eric4config.linux' is incorrect. Aborting I guess the option parser is broken. Rega

Re: [PyQt] Shouldn't an item view keep a reference to its associatedmodel?

2007-07-21 Thread Hans-Peter Jansen
Am Freitag, 20. Juli 2007 13:00 schrieb Florent Rougon: > Giovanni Bajo <[EMAIL PROTECTED]> wrote: > > It is not what Qt does. PyQt doesn't play tricks with object lifetimes: > > it exposes Qt's underlying object model. > > [...] > > OK, thanks to you and Phil for the answers. It makes sense now.

Re: [PyQt] Can't build latest PyQt snapshot on Ubuntu

2007-07-21 Thread Phil Thompson
On Saturday 21 July 2007 12:24 am, Andreas Pakulat wrote: > On 20.07.07 22:51:55, Andreas Pakulat wrote: > > On 20.07.07 12:43:43, Phil Thompson wrote: > > > On Friday 20 July 2007 12:40 pm, you wrote: > > > > Here is the produced qtdirs.mk. > > > > > > Attached is mine as a comparison. > > > > > >

[PyQt] ANN: eric 4.0.1 release

2007-07-21 Thread Detlev Offenbach
Hi, I would like to announce the immediate availability of eric 4.0.1. This is a bug fix release. As usual it is available via http://www.die-offenbachs.de/eric/index.html Just follow the eric4 download link. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] __