I am getting an error saying that there is no overloaded signal:
e5App().focusChanged[QWidget, QWidget]
I installed Debian Sid's Eric 6.0.8 package
(https://packages.debian.org/sid/eric) directly on my Kubuntu Trusty
system as the declared dependencies were easily satisfied, but got the
error. Do I correctly presume the PyQt behaviour has changed since my
version of PyQt 5.2.1 to enable indexing of a signal using the
signature even when there is only one signal (as in the present case)?
In which case, the Debian packaging should be correctly to reflect
this version dependency.
--
Shriramana Sharma ஶ்ரீரமணஶர்மா श्रीरमणशर्मा
--------------------------------------------------------------------------------
2015-11-16, 19:29:51
--------------------------------------------------------------------------------
<class 'KeyError'>:
'there is no matching overloaded signal'
--------------------------------------------------------------------------------
File "/usr/share/eric/modules/eric6.py", line 326, in <module>
main()
File "/usr/share/eric/modules/eric6.py", line 323, in main
raise err
File "/usr/share/eric/modules/eric6.py", line 306, in main
restartArgs)
File "/usr/share/eric/modules/UI/UserInterface.py", line 227, in __init__
self.__createLayout(debugServer)
File "/usr/share/eric/modules/UI/UserInterface.py", line 620, in __createLayout
self.__createSidebarsLayout(debugServer)
File "/usr/share/eric/modules/UI/UserInterface.py", line 766, in __createSidebarsLayout
self.leftSidebar = E5SideBar(E5SideBar.West, delay)
File "/usr/share/eric/modules/E5Gui/E5SideBar.py", line 99, in __init__
e5App().focusChanged[QWidget, QWidget].connect(self.__appFocusChanged)
--------------------------------------------------------------------------------
Version Numbers:
Python 3.4.3
Qt 5.2.1
PyQt 5.2.1
sip 4.15.5
QScintilla 2.8.1
WebKit 537.21
eric6 6.0.8 (rev. 4554a48fb757)
Platform: linux
3.4.3 (default, Oct 14 2015, 20:28:29)
[GCC 4.8.4]
--------------------------------------------------------------------------------
Distribution Info:
/etc/os-release
NAME="Ubuntu"
VERSION="14.04.3 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.3 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
/etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"_______________________________________________
Eric mailing list
[email protected]
https://www.riverbankcomputing.com/mailman/listinfo/eric