[bindings] [Bug 388980] New: heaps of missing and broken libraries for TortoiseHg
Eddie <[email protected]>
| Newsgroups | gmane.comp.kde.devel.bindings |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=388980
Bug ID: 388980
Summary: heaps of missing and broken libraries for TortoiseHg
Product: bindings
Version: unspecified
Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: NOR
Component: pykde
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
TortoiseHg, GUI for mercurial (link =
https://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-4.4.2.tar.gz) works
perfectly fine on other distros but not on KDE neon. I haven't tried Kubuntu
though.
The first error:
No module named Qsci
Upon trying to fix that up:
`sudo apt-get install python-qscintilla2`
it gives the following error:
`python-qscintilla2: Depends: sip-api-11.2`
`E: Unable to correct problems, you have held broken packages.`
Upon trying to fix that up:
`sudo apt-get install sip-api-11.2` it gives the following error:
`E: Package 'sip-api-11.2' has no installation candidate`
although according to `aptitude search sip-api` the version of the `sip-api`
required is available.
The version of `python-sip` is `4.19.6` and I don't know the relationship
between `python-sip` and the `sip-api`.
--
You are receiving this mail because:
You are the assignee for the bug.