Re: PyQT installation /configuration

2006-07-16 Thread David Boddie
[EMAIL PROTECTED] wrote: > David Boddie wrote: > > > However, you will have difficulty using the examples in that book > > because it was written for PyQt3. > > Ah yes, it doesn't recognise "QApplication" now. Never mind. QApplication is still there. You can access it via the Qt module and create

Re: PyQT installation /configuration

2006-07-16 Thread Phil Thompson
On Sunday 16 July 2006 1:09 am, [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote: > > Phil Thompson wrote: > > > For Qt4 use the binary installer from... > > > > > > http://www.trolltech.com/developer/downloads/qt/windows > > > > > > For PyQt4 use the binary installer from... > > > > > > http://w

Re: PyQT installation /configuration

2006-07-15 Thread [EMAIL PROTECTED]
David Boddie wrote: > The module structures for PyQt3 and PyQt4 are quite different: the > monolithic qt module from PyQt3 has been replaced by a number of > modules in PyQt4. Despite this, there is a similar way to "import qt" > in PyQt4: > > from PyQt4 import Qt > > However, you will have dif

Re: PyQT installation /configuration

2006-07-15 Thread David Boddie
[EMAIL PROTECTED] wrote: > I've got another problem, I'm afraid - I've installed Qt 4.1.4 and PyQt > GPL v4.0 over Python 2.4, and the demos for both run happily enough, > but when I try to run the first example (in IDLE) from Boudewijn > Rempt's GUI Programming with Python: QT Edition I just get

Re: PyQT installation /configuration

2006-07-15 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > Phil Thompson wrote: > > For Qt4 use the binary installer from... > > > > http://www.trolltech.com/developer/downloads/qt/windows > > > > For PyQt4 use the binary installer from... > > > > http://www.riverbankcomputing.co.uk/pyqt/download.php > > Ah thanks, I'm a dork.

Re: PyQT installation /configuration

2006-07-15 Thread [EMAIL PROTECTED]
Phil Thompson wrote: > On Saturday 15 July 2006 9:25 am, [EMAIL PROTECTED] wrote: > > Hi there. I've been trying to get PyQT working on W2K, but have not yet > > found a sufficiently detailed walk-through for my somewhat > > command-line-challenged sensibilities. I did find this page: > > http://w

Re: PyQT installation /configuration

2006-07-15 Thread Phil Thompson
On Saturday 15 July 2006 9:25 am, [EMAIL PROTECTED] wrote: > Hi there. I've been trying to get PyQT working on W2K, but have not yet > found a sufficiently detailed walk-through for my somewhat > command-line-challenged sensibilities. I did find this page: > http://www.diotavelli.net/PyQtWiki/GPLPy

PyQT installation /configuration

2006-07-15 Thread [EMAIL PROTECTED]
Hi there. I've been trying to get PyQT working on W2K, but have not yet found a sufficiently detailed walk-through for my somewhat command-line-challenged sensibilities. I did find this page: http://www.diotavelli.net/PyQtWiki/GPLPyQtWindows , but I'm not sure about installing the whole of Visual S