Re: [PyQt] Is the download of sip and pyqt4 the same for 2.7 and 3.2?

2012-06-24 Thread Scott Kitterman
I tried this out in an 11.04 chroot. Things that get overwritten from the distributionPyQt package: /usr/share/sip/PyQt4/ /usr/bin/pyuic4 /usr/bin/pylupdate4 /usr/bin/pyrcc4 /usr/lib/qt4/plugins/designer/libpythonplugin.so (designer plugin) Except for the designer plugin, these are all shippe

Re: [PyQt] Is the download of sip and pyqt4 the same for 2.7 and 3.2?

2012-06-24 Thread Vayu
If I leave the 2.7 stuff as is, what will happen to the stuff the manual install puts in /usr/bin will it overwrite the PyQt and sip from the previous package install for Python 2.7 and possibly break it or will it be putting differently named stuff there? On Sunday, June 24, 2012 02:17:18 PM

Re: [PyQt] Signals/Slots old/new

2012-06-24 Thread Phil Thompson
On Sun, 24 Jun 2012 11:16:03 -0700, Vayu wrote: > In trying to send values back and forth from a main window to a docked > widget I have questions about what ended up working, especially regarding > examples from web searches showing old vs new way. > > Did I do it the best way when using the n

Re: [PyQt] Is the download of sip and pyqt4 the same for 2.7 and 3.2?

2012-06-24 Thread Phil Thompson
On Sun, 24 Jun 2012 11:56:45 -0700, Vayu wrote: > Is the download of sip and pyqt4 the same for 2.7 and 3.2? Yes. > The following is more of an install issue, I hope it's not inappropriate > to ask here. > > I downloaded the latest version of sip/pyqt4 and the message from > .configure indicat

Re: [PyQt] Compiler Flags and PyQt

2012-06-24 Thread Scott Kitterman
On Sunday, June 24, 2012 06:32:44 PM Phil Thompson wrote: ... > If these flags are Debian standard then why not add them to Qt's spec file > for Debian? PyQt will then pick them up automatically. Thanks for the suggestion. I'm not the Debian Qt maintainer, so I can't just do it, but I'll discuss

[PyQt] Is the download of sip and pyqt4 the same for 2.7 and 3.2?

2012-06-24 Thread Vayu
Is the download of sip and pyqt4 the same for 2.7 and 3.2? The following is more of an install issue, I hope it's not inappropriate to ask here. I downloaded the latest version of sip/pyqt4 and the message from .configure indicated it was going to put some stuff in /usr/bin (and some in a pyth

[PyQt] Signals/Slots old/new

2012-06-24 Thread Vayu
In trying to send values back and forth from a main window to a docked widget I have questions about what ended up working, especially regarding examples from web searches showing old vs new way. Did I do it the best way when using the new way? And why do I want to use the new way? I had to

Re: [PyQt] Compiler Flags and PyQt

2012-06-24 Thread Phil Thompson
On Sun, 24 Jun 2012 12:05:15 -0400, Scott Kitterman wrote: > Passing the CCPFLAGS via CFLAGS/CXXFLAGS as discussed yesterday worked > great > for SIP4. I it mostly working for PyQT, but it doesn't appear that > QtCore/QtGui and the Designer plugin aren't getting the all flags. I'm > passing >

Re: [PyQt] ANN: PyQt v4.9.2 and SIP v4.13.3 Released

2012-06-24 Thread Kovid Goyal
On Sun, Jun 24, 2012 at 12:29:06PM +0100, Phil Thompson wrote: > As it's a regression I'll do a brown paper bag release of 4.9.3. Thanks, appreciate it. Kovid. -- _ Dr. Kovid Goyal http://www.kovidgoyal.net http://calibre-ebook.com _

[PyQt] ANN: PyQt v4.9.3 Released

2012-06-24 Thread Phil Thompson
PyQt v4.9.3 has been released. This fixes a couple of regressions that appeared in v4.9.2. Windows binary installer to follow. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] ANN: PyQt v4.9.2 and SIP v4.13.3 Released

2012-06-24 Thread Phil Thompson
On Sun, 24 Jun 2012 08:32:43 +0530, Kovid Goyal wrote: > Just for completeness, here is the simplest possible test case: > > python -c "from PyQt4.Qt import QByteArray; bytearray(QByteArray(b''))" > > This causes a hang with PyQt 4.8.2 but not with PyQt 4.8.1 (sip 4.13.3) It seems I managed to