Re: [PyQt] sip: QDBusPendingCall has not been defined

2012-06-15 Thread Phil Thompson
On Wed, 13 Jun 2012 19:05:45 -0700 (PDT), luofeiyu <1248283...@qq.com> wrote: > mysystem:debian6.04+sip-4 > i can't install pyqt in debian This is fixed in current snapshots. The problem only happens with older versions of Qt (earlier than 4.7). Phil > root@debian:/home/tiger/PyQt-x11-gpl-4.9.1

[PyQt] dip @setter bug?

2012-06-15 Thread Robert Kent
Hi, I'm just starting to play with dip as I think the idea is very cool. I have however either missed something (likely) or found a bug (unlikely). Running the following code: from dip.model import Model, Int, Str class ExampleModel(Mod

Re: [PyQt] dip @setter bug?

2012-06-15 Thread Phil Thompson
On Fri, 15 Jun 2012 19:21:42 +0100, Robert Kent wrote: > Hi, > > I'm just starting to play with dip as I think the idea is very cool. I > have however either missed something (likely) or found a bug (unlikely). > Running the following code: > > >