mirror of https://github.com/kivy/kivy.git
fix heading levels
This commit is contained in:
parent
d02ce3d26c
commit
1a35681e82
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue