DoosC wrote:Cadence : doesn't want to start anymore :
- Code: Select all
python2: /build/buildd/sip4-4.13.2/siplib/siplib.c :10938 : sipEnumType_alloc: L'assertion « (((currentType)->td_flags & 0x0007) == 0x0003) » a échoué.
Abandon (core dumped)
Shouldn't it use python3 ?
falkTX wrote:The main Cadence app was never ported to py3 (again due to the lack of time).
It still works here fine though. That seems more like a memory error than anything else. I say make sure your system is fully up-to-date and reboot.
Hey hey I finally found out what was wrong :
- Code: Select all
$ apt-cache madison python-qt4
python-qt4 | 4.9.1-2ubuntu1 | http://lu.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
$ apt-cache policy python-qt4
python-qt4:
Installé : 4.9.1-2really4.9-2u3~ppa1
Candidat : 4.9.1-2really4.9-2u3~ppa1
Table de version :
*** 4.9.1-2really4.9-2u3~ppa1 0
100 /var/lib/dpkg/status
4.9.1-2ubuntu1 0
500 http://lu.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
It shows that the python-qt4 installed on my system is not the ubuntu repos version.
So here is what I did :
$ sudo apt-get install python-qt4=4.9.1-2ubuntu1 -V
And now Cadence is working again like a charm
