From 1a35681e828caa7fec1fc1c47c50ba2b802f0e1c Mon Sep 17 00:00:00 2001 From: Thomas Hansen Date: Mon, 25 Jul 2011 08:01:49 -0700 Subject: [PATCH] fix heading levels --- doc/sources/faq.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/sources/faq.rst b/doc/sources/faq.rst index e3c7b09a3..03abee33a 100644 --- a/doc/sources/faq.rst +++ b/doc/sources/faq.rst @@ -7,6 +7,10 @@ There are a number of questions that repeatedly need to be answered. The following document tries to answer some of them. + +Technical FAQ +============= + Fatal Python error: (pygame parachute) Segmentation Fault --------------------------------------------------------- @@ -18,17 +22,15 @@ If not, please report a detailled issue to github, by following the important for us because that kind of error can be very hard to debug. Give us all the informations you can give about your environment and execution. -Technical FAQ -============= undefined symbol: glGenerateMipmap -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +---------------------------------- You might have a too old graphics card. Update your graphics drivers to the latest available version, and retry. ImportError: No module named event -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +---------------------------------- If you use Kivy from our development version, you must compile it before using it. In the kivy directory, do:: @@ -36,7 +38,7 @@ using it. In the kivy directory, do:: make force Pip installation failed -~~~~~~~~~~~~~~~~~~~~~~~ +----------------------- Installing Kivy using Pip is not currently supported. Because Pip force the usage of setuptools, setuptools hack build_ext to use pyrex for generating .c,