fix heading levels

This commit is contained in:
Thomas Hansen 2011-07-25 08:01:49 -07:00
parent d02ce3d26c
commit 1a35681e82
1 changed files with 7 additions and 5 deletions

View File

@ -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,