Search Criteria
Package Details: linkchecker-gui 9.4-2
Git Clone URL: | https://aur.archlinux.org/linkchecker-gui.git (read-only, click to copy) |
---|---|
Package Base: | linkchecker-gui |
Description: | An GUI utility to check HTML documents for broken links. |
Upstream URL: | https://github.com/linkcheck/linkchecker-gui |
Licenses: | |
Submitter: | masser |
Maintainer: | None |
Last Packager: | masser |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-30 12:58 |
Last Updated: | 2017-07-23 08:51 |
Dependencies (7)
- linkchecker (linkchecker-git)
- python2-pyqt4
- python2-requests (python2-requests-2.13.0, python2-requests-git)
- python2>=2.7.0 (pypy19, stackless-python2)
- qt4 (qt4-revert80e3108) (make)
- python2-pyqt4 (optional) – for gui version
- python2-qscintilla (python2-qscintilla-qt4) (optional) – for gui version
Latest Comments
schmunk commented on 2018-03-27 09:26
I installed this package and got:
After some googling I installed
python2-xdg
Then
python2-dnspython
Now I am stuck, any idea what I am missing?
notuxius commented on 2017-06-14 09:54
without 'linkchecker' package installed - error on startup:
'''
Traceback (most recent call last):
File "/usr/bin/linkchecker-gui", line 23, in <module>
from linkcheck import configuration, drop_privileges, i18n
ImportError: No module named linkcheck
'''
then error:
'''
Traceback (most recent call last):
File "/usr/bin/linkchecker-gui", line 30, in <module>
from PyQt4.QtGui import QApplication
ImportError: No module named PyQt4.QtGui
'''
you can add 'python2-pyqt4' as not optional for this GUI package and 'linkchecker' package as dependencies.