Fix rfc6266 check

This commit is contained in:
Florian Bruhin 2014-06-20 06:36:48 +02:00
parent d443e585d3
commit 5f86357ae8
2 changed files with 3 additions and 2 deletions

View File

@ -93,6 +93,7 @@ def main():
earlyinit.check_qt_version()
earlyinit.check_pyqt_webkit()
earlyinit.check_pkg_resources()
earlyinit.check_rfc6266()
# We do this import late as we need to fix harfbuzz first.
from qutebrowser.app import Application
app = Application(args)

View File

@ -234,13 +234,13 @@ def check_rfc6266():
On Debian/Ubuntu:
No package available, try:
pip install rfc6266
pip3 install rfc6266
On Archlinux:
pacman -S python-rfc6266
On Windows:
pip install rfc6266
pip install rfc6266 (using python3)
For other distributions:
Check your package manager for similiarly named packages.