Hi,

I just found time to test Creepy after the last lot of QString changes.
The QString import error is no longer there, although there is no
guarantee that my changes were correct.

Unfortunately now I get:
$ creepy -v
Traceback (most recent call last):
  File "/usr/bin/creepy", line 14, in <module>
    from PyQt5.QtCore import QThread, SIGNAL, QUrl, QDateTime, QDate,
QRect, Qt
ImportError: cannot import name SIGNAL

I am getting way out of my league here!

I see this on the PyQt4/5 differences website:
PyQt4’s old-style signals and slots are not supported. Therefore the
following are not implemented in PyQt5:

    QObject.connect()
    QObject.emit()
    SIGNAL()
    SLOT()

All methods that had arguments that are usually the results of calls to
SIGNAL() or SLOT() are no longer supported.

Any help appreciated. I don't have a lot of spare time to go reading the
PyQt5 docs, and there are many other packages needing my attention.

Cheers,

Ross

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to