[PyQt] PyQt v4.3 binary installer for Mac

2007-07-03 Thread Adam Tenderholt
Are there plans for a binary installer for Mac like the recently announced installer for Windows? Just curious... Adam ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Incorrect base for wrapped class

2007-07-03 Thread Phil Thompson
On Tuesday 03 July 2007 6:28 pm, Kelly Burkhart wrote: > On 7/3/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Tuesday 03 July 2007 4:05 pm, Kelly Burkhart wrote: > > > Greetings, > > > > > > I am trying to wrap QAbstractTableModel. When I instantiate my code, > > > > > > it shows an incorrec

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] Incorrect base for wrapped class

2007-07-03 Thread Kelly Burkhart
On 7/3/07, Phil Thompson <[EMAIL PROTECTED]> wrote: On Tuesday 03 July 2007 4:05 pm, Kelly Burkhart wrote: > Greetings, > > I am trying to wrap QAbstractTableModel. When I instantiate my code, > > it shows an incorrect base class: > >>> from PyQt4 import QtGui, QtCore > >>> from ecn.gui.log_view

Re: [PyQt] Incorrect base for wrapped class

2007-07-03 Thread Phil Thompson
On Tuesday 03 July 2007 4:05 pm, Kelly Burkhart wrote: > Greetings, > > I am trying to wrap QAbstractTableModel. When I instantiate my code, > > it shows an incorrect base class: > >>> from PyQt4 import QtGui, QtCore > >>> from ecn.gui.log_view_model_base import LogViewModelBase > >>> print LogVie

[PyQt] Incorrect base for wrapped class

2007-07-03 Thread Kelly Burkhart
Greetings, I am trying to wrap QAbstractTableModel. When I instantiate my code, it shows an incorrect base class: from PyQt4 import QtGui, QtCore from ecn.gui.log_view_model_base import LogViewModelBase print LogViewModelBase.__base__ LogViewModelBase is a sip wrapper of a trivial class de

Re: [PyQt] QGraphicsScene problem

2007-07-03 Thread Andrew Magee
Thanks for that guys. Turns out that ubuntu 7.04 only has pyqt 4.1 instead of 4.2. I installed the source package of 4.2 and the problem has gone. On 7/2/07, Curtis Faith <[EMAIL PROTECTED]> wrote: I also just tried this and it worked fine on my fresh install of PyQt running in Eric 4 on Mac O

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