Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Jun 3, 2014
1 parent 804791b commit d039d36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
15 changes: 6 additions & 9 deletions doc/parts/faq.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Frequently Asked Questions (FAQ)
================================


* **during sync an exception is raised: [Errno 185090050] _ssl.c:343: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib**
khal cannot find the path to your certificate bundle, you need to supply it as a
parameter to `ssl_verify` in your config file, e.g.
`ssl_verify: /usr/share/ca-certificates/cacert.org/cacert.org_root.crt`.
* **start up of khal and ikhal is very slow**
In some case the pytz (python timezone) is only available as a zip file,
as pytz accesses several parts during initialization this takes some
time. If `time python -c "import pytz; pytz.timezone('Europe/Berlin')"`
takes nearly as much time as running khal, uncompressing that file via
pytz via `(sudo) pip unzip pytz` might help.

* **ikhal raises an Exception: AttributeError: 'module' object has no attribute 'SimpleFocusListWalker'**
You probably need to upgrade urwid to version 1.1.0, if your OS does come with
Expand All @@ -16,7 +17,3 @@ Frequently Asked Questions (FAQ)
* **Installation stops with an error: source/str_util.c:25:20: fatal error: Python.h: No such file or directory**
You do not have the Python development headers installed, on Debian based
Distributions you can install them via *aptitude install python-dev*.

* **During sync an error occurs: TypeError: request() got an unexpected keyword argument 'verify'**
You need to update your version of `requests`.

15 changes: 6 additions & 9 deletions doc/webpage/src/pages/faq.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Frequently Asked Questions (FAQ)
================================


* **during sync an exception is raised: [Errno 185090050] _ssl.c:343: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib**
khal cannot find the path to your certificate bundle, you need to supply it as a
parameter to `ssl_verify` in your config file, e.g.
`ssl_verify: /usr/share/ca-certificates/cacert.org/cacert.org_root.crt`.
* **start up of khal and ikhal is very slow**
In some case the pytz (python timezone) is only available as a zip file,
as pytz accesses several parts during initialization this takes some
time. If `time python -c "import pytz; pytz.timezone('Europe/Berlin')"`
takes nearly as much time as running khal, uncompressing that file via
pytz via `(sudo) pip unzip pytz` might help.

* **ikhal raises an Exception: AttributeError: 'module' object has no attribute 'SimpleFocusListWalker'**
You probably need to upgrade urwid to version 1.1.0, if your OS does come with
Expand All @@ -16,7 +17,3 @@ Frequently Asked Questions (FAQ)
* **Installation stops with an error: source/str_util.c:25:20: fatal error: Python.h: No such file or directory**
You do not have the Python development headers installed, on Debian based
Distributions you can install them via *aptitude install python-dev*.

* **During sync an error occurs: TypeError: request() got an unexpected keyword argument 'verify'**
You need to update your version of `requests`.

0 comments on commit d039d36

Please sign in to comment.