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
>> 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.
>
> Try renaming PyInit_qt to PyInit_pyqt5 in dbus.cpp.

That works, thanks!

--
Dmitry Shachnev
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to