Re: [PyQt] How to install pyQt on a Mac ?

2009-08-31 Thread Derek Harland
macports has py26-...@4.8.2 py25-...@4.8.2 py26-py...@4.5.4 py25-py...@4.5.4 Support for python 2.4 languishes I'm afraid, as none of the current maintainers of pyqt ports use it These are aqua based ports. derek. On 1/09/2009, at 1:52 AM, Stephen Boulet wrot

Re: [PyQt] Pylint and PyQt4 Bus Errors

2009-07-29 Thread Derek Harland
On Wed, 29 Jul 2009 23:05:52 +1200, Derek Harland wrote: Hi Sylvain (and hopefully some helpful PyQt people!) * As noted earlier, after applying my patch to get pylint to recognise PyQt4, pylint will Bus Error depending on import order eg from PyQt4 import QtCore, QtGui # will

[PyQt] Pylint and PyQt4 Bus Errors

2009-07-29 Thread Derek Harland
Hi Sylvain (and hopefully some helpful PyQt people!) * As noted earlier, after applying my patch to get pylint to recognise PyQt4, pylint will Bus Error depending on import order eg from PyQt4 import QtCore, QtGui # will cause pylint to BusError from PyQt4 import QtGui , QtCore