Re: [PyQt] Next PyQt5 and SIP Releases

2013-08-22 Thread Dmitry Shachnev
solves the problem here: http://paste.debian.net/28414/ MULTIARCH config var is available in Python 2.7.4+ and 3.3.1+ according to https://wiki.debian.org/Python/MultiArch#Python_code. -- Dmitry Shachnev ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] (no subject)

2013-08-07 Thread Dmitry Shachnev
can reproduce this with most of the examples (on Debian i386). It happens 1 time of ~5 for me. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com

Re: [PyQt] Compiling PyQt5 on a Raspberry Pi

2013-08-05 Thread Dmitry Shachnev
it is appreciated). I have attached the current version of that patch. -- Dmitry Shachnev ## 03_qreal_float_support.dpatch by Michael Casadevall sonicmcta...@gmail.com --- a/configure.py +++ b/configure.py @@ -406,8 +406,9 @@ out PyQt_NoOpenGLES\\n; #endif -if (sizeof (qreal) != sizeof (double

[PyQt] Broken examples in PyQt5

2013-07-25 Thread Dmitry Shachnev
(self.createCentralWidget()) File ./mainwindows/separations.py, line 330, in createCentralWidget grid.setMargin(4) AttributeError: 'QGridLayout' object has no attribute 'setMargin' Other examples I tested work fine. Is this a PyQt bug? -- Dmitry Shachnev signature.asc Description: OpenPGP digital

Re: [PyQt] PyQt5 module not found

2013-07-06 Thread Dmitry Shachnev
to pngmath extension, I will now look if I can fix that crash. -- Dmitry Shachnev ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt5 module not found

2013-07-05 Thread Dmitry Shachnev
, Dmitry Shachnev mity...@ubuntu.com wrote: I have packages for Saucy in ppa:mitya57/ppa, if you've already upgraded your sip, you can try to use them on a Raring system. Hi Dmitry (and Scott) and thanks for this. I've downloaded the packaging information and now building it myself on Raring

Re: [PyQt] Co-installing different versions of dbus.mainloop.qt

2013-06-30 Thread Dmitry Shachnev
: from dbus.mainloop.pyqt5 import DBusQtMainLoop Traceback (most recent call last): File stdin, line 1, in module ImportError: dynamic module does not define init function (PyInit_pyqt5) I think it's a bug. -- Dmitry Shachnev ___ PyQt mailing list

Re: [PyQt] Co-installing different versions of dbus.mainloop.qt

2013-06-30 Thread Dmitry Shachnev
On Sun, Jun 30, 2013 at 3:36 PM, Phil Thompson p...@riverbankcomputing.com wrote: On Sun, 30 Jun 2013 15:21:53 +0400, Dmitry Shachnev mity...@ubuntu.com wrote: I've built PyQt5 with dbus/ directory from the latest snapshot, and now I get: from dbus.mainloop.pyqt5 import DBusQtMainLoop

Re: [PyQt] PyQt5 module not found

2013-06-26 Thread Dmitry Shachnev
. -- Dmitry Shachnev ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Problem with Sip for Py3 on Debian/Ubuntu

2013-06-25 Thread Dmitry Shachnev
Yes, /usr/bin/sip is in python-sip-dev package. Maybe it will make sense to move it into a separate package, but I don't see much need in that. -- Dmitry Shachnev On 6/25/13, Shriramana Sharma samj...@gmail.com wrote: On Tue, Jun 25, 2013 at 9:09 PM, Scott Kitterman deb...@kitterman.com wrote

[PyQt] Co-installing different versions of dbus.mainloop.qt

2013-06-23 Thread Dmitry Shachnev
apps. -- Dmitry Shachnev ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Co-installing different versions of dbus.mainloop.qt

2013-06-23 Thread Dmitry Shachnev
against Qt5 will be compatible with PyQt5's module). -- Dmitry Shachnev ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt